|
|
|
|
|
by xixixao
390 days ago
|
|
I’ve been thinking a lot about this topic lately, even studying how executables look on arm macOS. My motivation was exploring truly fast incremental compilation for native code. The only way to do this now on macOS is remapping whole pages as JIT. This makes it quite a challenge but still it might work… |
|