Major VM change

The VM has undergone some major changes.

  • The interpreter has been removed and all method are no compiled before being executed.
  • All system classes are compiled during the build process
  • The GC is triggered after 20% of the available system memory has been allocated

If you find any problems with this, try "build clean" followed by a "build". If the problem remains, please report it directly to me.


Ewout