Comment Re:What I like about Java and where I hope it goes (Score 1) 273
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 ...
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