Driver.markCodeAsExecutable

Must be called after compilation is finished and before execution Effect is reverted with the call to beginCompilation Marks code pages as read-execute, and readonly data pages as read-only Clears zero-initialized data Only needed in JIT mode, not needed in AOT mode

struct Driver
void
markCodeAsExecutable
()

Meta