On Tuesday 21 May 2013, Geoffrey Garen wrote:
> I'd like to remove the #ifdef, and make the interpreter an unconditional
> part of JSC.
> 
> It's sometimes hard to reason about the different execution engines if you
> can't assume that the interpreter and its basic data structures exist.
> 
As far as I understand. LLINT is disabled for platforms that have a JIT 
implementation but no LLINT implementation, since the C-loop LLINT 
implementation assumes JIT is disabled. This at least the case for Windows on 
x64.

`Allan
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to