[Webkit-unassigned] [Bug 137937] New: Remove erroneous canUseJIT() in the intrinsics version of JITThunks::hostFunctionStub().
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 21 16:58:39 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137937
Bug ID: 137937
Summary: Remove erroneous canUseJIT() in the intrinsics version
of JITThunks::hostFunctionStub().
Classification: Unclassified
Product: WebKit
Version: 528+ (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
This version of JITThunks::hostFunctionStub() can only be called from the intrinsics version of VM::getHostFunction() which asserts canUseJIT(). Hence, we can eliminate the canUseJIT() check in JITThunks::hostFunctionStub(). We don't handle the !canUseJIT() case properly there anyway.
--
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/20141021/5fd67537/attachment-0002.html>
More information about the webkit-unassigned
mailing list