You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve ARM64 JITC with batched icache invalidation
This replaces per-instruction sys_icache_invalidate() calls with single
block-level invalidation after compilation completes. This eliminates
redundant cache maintenance operations during JIT code generation.
0 commit comments