[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Whetstone and Dhrystone on Lua
- From: "Bruno Silvestre" <brunoos@...>
- Date: Mon, 10 Mar 2008 13:55:54 +0100
On Mon, Mar 10, 2008 at 11:47 AM, Rob Kendrick <lua-l@nun.org.uk> wrote:
>
> Remember that these benchmarks are pretty meaningless in and of
> themselves. Also remember that Java is most likely being JITed, and has
> an integer type, where neither of those is the case with stock Lua.
You can try "java -Xint" to run the Java's benchmarks with JIT
disabled (interpreted-only mode).
--
bruno