• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

native vs byte code

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know of any published/unofficial comparisons between native and bytecode performance? I just found GCJ (http://gcc.gnu.org/java) and am interested in whether it improves performance. The only interesting snippet I have found so far is 5 years old. Need to crunch these numbers some more to see if the diferences are significant (statistically):
http://gcc.gnu.org/ml/java/1999-q3/msg00337.html
Just curious about results, not looking to persuade anyone one way or another...
[ May 07, 2004: Message edited by: emm raha ]
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The performance of the sun-machine made big steps in the last years.
So I would try to ask the autor for the testcode, or for actual benchmarks.
 
emm raha
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting article. For some reason IBM JRE comes out a winner
http://www-106.ibm.com/developerworks/java/library/j-native.html?loc=j
 
reply
    Bookmark Topic Watch Topic
  • New Topic