comphead commented on issue #6210: URL: https://github.com/apache/datafusion-comet/issues/6210#issuecomment-5838142360
IMO we can try different LTOs https://doc.rust-lang.org/cargo/reference/profiles.html#lto locally and check the benefits we got. I'm not sure unoptimized LTO is the bottleneck rn, and more LTO the longer compilation time. The release profile https://doc.rust-lang.org/cargo/reference/profiles.html#release carries `thin local LTO` and `opt-level`=3 and this might enough, but again we might want to run locally with `fat` LTO and see if it makes any difference -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
