Structures
The following structures are available globally.
-
The position of an instruction in the program.
See moreDeclaration
Swift
struct CodePointer -
The value produced by executing an instruction.
See moreDeclaration
Swift
struct InstructionResult -
The local variables, parameters, and return address for a function call.
See moreDeclaration
Swift
struct StackFrame -
The memory of an interpreted process.
See moreDeclaration
Swift
public struct Memory -
A thread’s call stack.
See moreDeclaration
Swift
struct Stack -
A virtual machine that executes Hylo’s in-memory IR representation.
See moreDeclaration
Swift
public struct Interpreter -
An indication of malformed IR.
Declaration
Swift
struct IRError : Error -
The layout of a type in memory, including the positions of its parts.
See moreDeclaration
Swift
public struct TypeLayout : Regular -
A memoizing computer of type layouts.
See moreDeclaration
Swift
public struct TypeLayoutCache
View on GitHub
Structures Reference