You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
* TODO(antoyo): support LTO (gcc's equivalent to Full LTO is -flto -flto-partition=one — https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html).
5
5
* For Thin LTO, this might be helpful:
6
6
* In gcc 4.6 -fwhopr was removed and became default with -flto. The non-whopr path can still be executed via -flto-partition=none.
7
+
* Or the new incremental LTO?
7
8
*
8
9
* Maybe some missing optizations enabled by rustc's LTO is in there: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
9
10
* Like -fipa-icf (should be already enabled) and maybe -fdevirtualize-at-ltrans.
0 commit comments