Optimizing the VM
Posted: May 30th, '18, 02:44
Can someone with the source recompile the VM with optimization turned on (if you guys even compile with GCC)
https://gcc.gnu.org/onlinedocs/gcc/Opti ... tions.html theres information here about optimization levels and what they do.
Since the VM is relatively small turning on all optimizations, using -o3 flag, would be very helpful with the only downside being slow compilation times (which the end user would be indifferent to)
https://gcc.gnu.org/onlinedocs/gcc/Opti ... tions.html theres information here about optimization levels and what they do.
Since the VM is relatively small turning on all optimizations, using -o3 flag, would be very helpful with the only downside being slow compilation times (which the end user would be indifferent to)