Runtime Optimization is the Next Step
The Future of the Java VM is to make Runtime
Optimization, to Collect Statistics on Object
Access, Memory Usage... on the fly and
Act accordingly
For Example, pre-allocate memory on a low
Level thread (like the Garbage collector)
That memory will be available for Heavy
Objects...
Runtime Optimization is the Next Step ... on the fly and
Act accordingly ...
The Future of the Java VM is to make Runtime Optimization,
to Collect Statistics on Object Access, Memory Usage
For Example, pre-allocate memory on a low Level thread (like the Garbage collector) That memory will be available for Heavy Objects