Page 1 of 1

Optimizing the VM

Posted: May 30th, '18, 02:44
by Calloway
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)

Re: Optimizing the VM

Posted: Jul 2nd, '18, 16:02
by JohnM
The VM is already compiled with -O3...