RESOLVED FIXED 137937
Remove erroneous canUseJIT() in the intrinsics version of JITThunks::hostFunctionStub().
https://bugs.webkit.org/show_bug.cgi?id=137937
Summary Remove erroneous canUseJIT() in the intrinsics version of JITThunks::hostFunc...
Mark Lam
Reported 2014-10-21 16:58:39 PDT
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.
Attachments
the patch. (2.10 KB, patch)
2014-10-21 17:12 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2014-10-21 17:12:23 PDT
Created attachment 240230 [details] the patch.
Michael Saboff
Comment 2 2014-10-21 17:14:00 PDT
Comment on attachment 240230 [details] the patch. r=me
WebKit Commit Bot
Comment 3 2014-10-21 17:52:39 PDT
Comment on attachment 240230 [details] the patch. Clearing flags on attachment: 240230 Committed r175005: <http://trac.webkit.org/changeset/175005>
WebKit Commit Bot
Comment 4 2014-10-21 17:52:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.