Jump to content




What about C ?


  • You cannot reply to this topic
21 replies to this topic

#21 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 12 December 2012 - 01:16 AM

View Postelectrodude512, on 06 December 2012 - 10:44 AM, said:

It's impossible for an interpreted language (java) to be faster than a language ( C ) whose programs are compiled, assembled to machine code, and then optimized. I can't see how java could possibly be faster than 1/8 of the speed of C, and that's looking at it at the assembly level. I will show you a comparison in assembly (not x86, however) if you don't believe me.
Java is compiled into bytecode, and the JRE compiles the bytecode into machine code and optimizes it as it runs. Java is generally a bit slower than C, but still comparable, and for many applications the savings in development time outweigh the decrease in speed.

#22 Mendax

  • Members
  • 366 posts

Posted 12 December 2012 - 02:33 AM

What about C I ask?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users