lua-users home
lua-l archive

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


On Aug 10, 2009, at 11:58 AM, Tony Finch wrote:

On Mon, 10 Aug 2009, Mark Hamburg wrote:

It will be interesting to see your results. I've talked to people doing dynamic language implementations who've observed that the tracing JITs haven't been faring as well as their initial hype suggested particularly in the
JavaScript world.

What tracing JITs are there other than TraceMonkey and LuaJIT2?

TraceMonkey is the poster child for tracing JITs at this point, I think, and V8 is generally reported to be faster. I don't know what the status is on Tamarind Tracing.

Mark