[LLVMdev] [JIT] JIT trace tree works

Chris Lattner clattner at apple.com
Sun Mar 29 22:41:49 PDT 2009


On Mar 29, 2009, at 5:31 PM, Evan Cheng wrote:

>
> On Mar 29, 2009, at 9:48 AM, Kasra wrote:
>
>>
>> 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??
>>
>

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

-Chris



More information about the llvm-dev mailing list