[webkit-dev] Does anyone build with !ENABLE(LLINT)?

Allan Sandfeld Jensen kde at carewolf.com
Tue May 21 00:45:59 PDT 2013


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


More information about the webkit-dev mailing list