[JIT] JIT trace tree works

Hi guys,

I was looking arround Firefox 3.1 js JIT (TraceMonkey), it made me wonder if there is anyone working on a trace-tree technique for optimising the runtime over head of LLVM JIT??

No. I am not aware of any/

Evan

LLVM directly supports this sort of thing, what is it that you need? Just compile one trace tree to one LLVM function.

-Chris