View Single Post
Re: JIT seems to be very fast
Old
  (#2)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: JIT seems to be very fast - 17-12-2004

I know that JIT can be fast, since that's why it's been introduced, anyway this benchmark doesnt tell me anything. I mean, why should Assembler be slower than JustInTime compiled stuff ? I mean, they have to do the same work, and for example floating point ops don't rely if it's native written ASM or called by some JIT code, the execution time is the same. Ok, if this benchmark wants to show that the JIT compiler is able to do optimizations, ok. but why dont you optimize the ASM code then ...

or is that interpreted asm ?



Last edited by @$3.1415rin; 17-12-2004 at 10:28..
  
Reply With Quote