[Webkit-unassigned] [Bug 144921] ASSERTION FAILED: offset == static_cast<int32_t>(offset) with useLLInt=false and useJIT=false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 14:06:59 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144921

--- Comment #3 from Michael Saboff <msaboff at apple.com> ---
(In reply to comment #2)
> (In reply to comment #1)
> > With --useJIT=false, I wonder why we're JITing code.
> 
> Indeed...
> Looks like the culprit is around line 340 in runtime/Executable.cpp:
> 
> 339     if (Options::useLLInt())
> 340         setupLLInt(vm, codeBlock.get());
> 341     else
> 342         setupJIT(vm, codeBlock.get());

If both useJIT and useLLInt are false, we don't have a path to execute JS.  We should add an early check that at least one of these options is true and fail if not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150512/39bc594b/attachment.html>


More information about the webkit-unassigned mailing list