On Jul 5, 2:31 am, Nicolas Oury <nicolas.o...@gmail.com> wrote:

> After, when I run the benchmark in -server with a big enough CacheCode area
> (1000m), and enough iterations to have everything JITed, I get more than
> 860.000 iterations per second. (I benchmarked 100 000 000 iterations in 121
> sec, on my 2.4GHz computer).

That's 3000 clock cycles per VM instruction? I'm not very familiar
with the problem, but I thought "straight" C bytecode interpreters
were at around 30 and compiling the VM code to native code (with JIT)
reduced it to 7. Is this right?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to