WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
253904
[Darwin] Call `sys_icache_invalidate()` directly in `ARM64Assembler::flushCache()`
https://bugs.webkit.org/show_bug.cgi?id=253904
Summary
[Darwin] Call `sys_icache_invalidate()` directly in `ARM64Assembler::flushCac...
Chris Dumez
Reported
2023-03-14 13:53:08 PDT
Call `sys_icache_invalidate()` directly in `ARM64Assembler::flushCache()`. Previously, we'd call `sys_cache_control(kCacheFunctionPrepareForExecution)`, which would have to do a switch on its parameter before calling `sys_icache_invalidate()`.
Attachments
Add attachment
proposed patch, testcase, etc.
EWS
Comment 1
2023-03-14 17:16:32 PDT
Committed
261661@main
(2cc0a6b10cf0): <
https://commits.webkit.org/261661@main
> Reviewed commits have been landed. Closing PR #11512 and removing active labels.
Radar WebKit Bug Importer
Comment 2
2023-03-14 17:17:20 PDT
<
rdar://problem/106728867
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug