Talk:Java Virtual Machine
From Wikipedia, the free encyclopedia
J2SE 5 is now knows as Java SE 5. Shouldn't that be changed?
- http://java.sun.com/j2se/1.5/index.jsp and other Sun pages still clearly show J2SE so I think it should not be changed to SE just yet.Harborsparrow 15:18, 31 October 2006 (UTC)
--- ToDo. Verify "Bytecode verifier" paragraph with Virtual Machine Showdown: Stack Versus Registers: "We found that a register architecture requires an average of 47% fewer executed VM instructions, and that the resulting register code is 25% larger than the correpsonding stack code. The increased cost of fetching more VM code due to larger code size involves only 1.07% extra real machine loads per VM instruction eliminated. On a Pentium 4 machine, the register machine required 32.3% less time to execute standard benchmarks if dispatch is performed using a C switch statement. Even if more efficient threaded dispatch is available (which requires labels as first class values), the reduction in running time is still around 26.5% for the register architecture." --mj 20:55, 3 July 2006 (UTC)
[edit] Native java processors
A link to. --Javalenok 13:28, 21 December 2006 (UTC)