RESOLVED FIXED253904
[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
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
Note You need to log in before you can comment on or make changes to this bug.