%safepoint ( -- )
CPU architecture description model

Prev:%return ( -- )
Next:%c-invoke ( symbols dll gc-map -- )


Vocabulary
cpu.architecture

Word description
Emits a safe point to the current code sequence being generated.

Examples
USING: cpu.architecture make ; init-relocation [ %safepoint ] B{ } make disassemble
00000000010b05a0: 890500000000 mov [rip], eax


Definition


Methods