Optimizing the VM

Extending or modifying the GP system itself (advanced!)

Moderator: MSandro

Post Reply
User avatar
Calloway
Posts: 100
Joined: Apr 30th, '18, 00:28
Location: Eastern United States

Optimizing the VM

Post by Calloway » 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)

JohnM
Posts: 379
Joined: Sep 11th, '15, 14:42

Re: Optimizing the VM

Post by JohnM » Jul 2nd, '18, 16:02

The VM is already compiled with -O3...

Post Reply