Bug 229482 - Refactor ENABLE(JIT_OPERATION_VALIDATION) code to emit no code when disabled.
Summary: Refactor ENABLE(JIT_OPERATION_VALIDATION) code to emit no code when disabled.
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: 2021-08-24 17:37 PDT by Mark Lam
Modified: 2021-08-24 20:47 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (11.68 KB, patch)
2021-08-24 18:43 PDT, Mark Lam
ysuzuki: 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 2021-08-24 17:37:53 PDT
Patch coming.
Comment 1 Radar WebKit Bug Importer 2021-08-24 17:38:58 PDT
<rdar://problem/82318317>
Comment 2 Mark Lam 2021-08-24 18:43:34 PDT
Created attachment 436361 [details]
proposed patch.
Comment 3 Yusuke Suzuki 2021-08-24 19:49:27 PDT
Comment on attachment 436361 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2021-08-24 20:47:59 PDT
Thanks for the review.  Landed in r281544: <http://trac.webkit.org/r281544>.