[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 13:01:02 PDT 2015


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

--- Comment #2 from Basile Clement <basile_clement at apple.com> ---
(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());

-- 
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/c78daacf/attachment.html>


More information about the webkit-unassigned mailing list