Skip to main content

jit

Macro jit 

Source
jit!() { /* proc-macro */ }
Expand description

JIT block emitter for AArch64.

Example:

  • jit!(ops ; top: ; add x1, x2, #1 ; cbnz w1, <top)