Skip to content

Commit 39d1ba0

Browse files
committed
Add comment
1 parent 45663d5 commit 39d1ba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* In gcc 4.6 -fwhopr was removed and became default with -flto. The non-whopr path can still be executed via -flto-partition=none.
77
*
88
* Maybe some missing optizations enabled by rustc's LTO is in there: https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
9+
* Like -fipa-icf (should be already enabled) and maybe -fdevirtualize-at-ltrans.
10+
* TODO: disable debug info always being emitted. Perhaps this slows down things?
911
*
1012
* TODO(antoyo): remove the patches.
1113
*/

0 commit comments

Comments
 (0)