[Webkit-unassigned] [Bug 212543] New: Do not install the VMTraps signal handler if Options::useJIT=false.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 29 14:01:15 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212543
Bug ID: 212543
Summary: Do not install the VMTraps signal handler if
Options::useJIT=false.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
VMTraps is only needed for JITted code. Hence, if the JIT is disabled, we should set Options::usePollingTraps() to true to indicate that we won't be using VMTraps.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200529/b12aaf56/attachment.htm>
More information about the webkit-unassigned
mailing list