Bug 190023

Summary: Considering making Options::useSeparatedWXHeap() always false if ENABLE(FAST_JIT_PERMISSIONS).
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: ASSIGNED    
Severity: Normal CC: fpizlo, keith_miller, msaboff, rmorisset, saam, sam, tzagallo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 190022    
Bug Blocks:    

Mark Lam
Reported 2018-09-26 18:16:15 PDT
In https://bugs.webkit.org/show_bug.cgi?id=190022, we disable Options::useSeparatedWXHeap() if ENABLE(FAST_JIT_PERMISSIONS) && CPU(ARM64E). However, I think we can disable if Options::useSeparatedWXHeap() if we have ENABLE(FAST_JIT_PERMISSIONS). It doesn't have to be CPU(ARM64E). Consider making this so.
Attachments
Mark Lam
Comment 1 2018-09-27 10:17:51 PDT
See https://bugs.webkit.org/show_bug.cgi?id=190022#c3: Also consider introducing a new ENABLE macro specifically for SeparatedWXHeap, an ENABLE_SEPARATED_WXHEAP for the purpose of making the code more readable.
Note You need to log in before you can comment on or make changes to this bug.