[LLVMdev] Staged LLVM emulator
Chris Lattner
sabre at nondot.org
Thu Sep 15 11:18:19 PDT 2005
On Thu, 15 Sep 2005, Patrick Meredith wrote:
> Were there ever any plans to make a staged emulator that only JIT's hot
> functions (interpreting the lesser used ones)? Emulators such as this tend
> to perform better when there are a lot of infrequently used functions.
I'm not aware of any work to implement this sort of thing, but it
shouldn't be too hard. We're currently lacking a decent interpreter, so
that would be the first place to start.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list