Bug 183351 - JITThunk functions should only be called when the JIT is enabled.
Summary: JITThunk functions should only be called when the JIT is enabled.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-05 16:41 PST by Mark Lam
Modified: 2018-03-05 19:03 PST (History)
5 users (show)

See Also:


Attachments
proposed patch. (4.20 KB, patch)
2018-03-05 16:46 PST, Mark Lam
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2018-03-05 16:41:02 PST
Patch coming.
Comment 1 Radar WebKit Bug Importer 2018-03-05 16:43:16 PST
<rdar://problem/38160091>
Comment 2 Mark Lam 2018-03-05 16:46:39 PST
Created attachment 335052 [details]
proposed patch.
Comment 3 Keith Miller 2018-03-05 18:59:50 PST
Comment on attachment 335052 [details]
proposed patch.

r=me.
Comment 4 Mark Lam 2018-03-05 19:03:42 PST
Thanks for the review.  Landed in r229302: <http://trac.webkit.org/r229302>.