AsmJit
Low-Latency Machine Code Generation
Dual memory mapping used to map an anonymous memory into two memory regions where one region is read-only, but executable, and the second region is read+write, but not executable.
See VirtMem::allocDualMapping() for more details.
Pointer to data with 'Read+Execute' access (this memory is not writable).
Pointer to data with 'Read+Write' access (this memory is not executable).