cosmopolitan/libc/dlopen
Justine Tunney 529cb4817c
Improve dlopen() on Apple Silicon
- Introduce MAP_JIT which is zero on other platforms
- Invent __jit_begin() and __jit_end() which wrap Apple's APIs
- Runtime dispatch to sys_icache_invalidate() in __clear_cache()
2023-11-17 02:33:14 -08:00
..
dlfcn.h Rename dlopen() to cosmo_dlopen() 2023-11-12 01:19:04 -08:00
dlopen.c Improve dlopen() on Apple Silicon 2023-11-17 02:33:14 -08:00
dlopen.mk Improve dlopen() on Apple Silicon 2023-11-17 02:33:14 -08:00
stubs.c Rename dlopen() to cosmo_dlopen() 2023-11-12 01:19:04 -08:00