lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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