Slashdot Mirror


User: ddankwerth

ddankwerth's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:What I like about Java and where I hope it goes on Internet C++: Competition For Java And C Sharp? · · Score: 1

    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 ...