Module binemit

Module binemit 

Source
Expand description

Binary machine code emission.

The binemit module contains code for translating Cranelift’s intermediate representation into binary machine code.

Structs§

CodeInfo
Container for information about a vector of compiled code and its supporting read-only data.
StackMap
Stack maps record which words in a stack frame contain live GC references at a given instruction pointer.

Enums§

Reloc
Relocation kinds for every ISA

Type Aliases§

Addend
Addend to add to the symbol value.
CodeOffset
Offset in bytes from the beginning of the function.