Skip to content

Commit 59dca72

Browse files
committed
fix(jit): Remove DSB SY barriers, keep MAP_JIT + pthread_jit_write_protect_np
Address PR feedback: - Remove DSB SY/ISB SY barriers (icache invalidation is the real issue, not barriers) - Fix syntax error (missing let in pattern match) - Clean up unused imports - Apply rustfmt formatting The fix now focuses solely on: - MAP_JIT flag for mmap allocation on ARM64 macOS - pthread_jit_write_protect_np(1) to switch to execute mode - Custom Drop using munmap for MAP_JIT memory
1 parent 150da31 commit 59dca72

File tree

3 files changed

+545
-203
lines changed

3 files changed

+545
-203
lines changed

0 commit comments

Comments
 (0)