-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Chris Lattner
Sent: Thursday, September 15, 2005 1:18 PM
To: LLVM Developers Mailing List
Subject: Re: [LLVMdev] Staged LLVM emulator
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/
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
I might be able to work on that in spare time, we'll see. Do you think
it's
a worthwhile thing to work on?