We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45663d5 commit 39d1ba0Copy full SHA for 39d1ba0
src/lib.rs
@@ -6,6 +6,8 @@
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
*
8
* 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?
11
12
* TODO(antoyo): remove the patches.
13
*/
0 commit comments