Open vitreo12 opened 4 years ago
https://forum.nim-lang.org/t/6295
The omni file could be compiled, ran through a simple test, record the data, and then recompiled using the -fprofile-instr-use flag
on the recorded data!
Perhaps, this would not be done in the JIT implementation
Use
flto
forgcc
?https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
https://forum.nim-lang.org/t/6283#38755