On 1 December 2011 07:46, Stefan Hajnoczi <stefa...@gmail.com> wrote: > It would be interesting to use an optimized interpreter instead of TCG, > then go to LLVM for hot traces. This is more HotSpot-like with the idea > being that the interpreter runs through initialization and rarely > executed code without a translation overhead. For the hot paths LLVM > kicks in and high-quality translated code is executed.
Might the recently-added TCI be a suitable starting point for this? Alex