QuickBEAM.VM.Interpreter.Setup (QuickBEAM v0.10.9)

Copy Markdown View Source

Builds interpreter contexts and stores VM atom tables before execution.

Summary

Functions

Builds the interpreter context used for evaluating VM instructions.

Stores atom tables for a function and all nested functions.

Functions

build_eval_context(opts, atoms, gas)

Builds the interpreter context used for evaluating VM instructions.

store_function_atoms(fun, atoms)

Stores atom tables for a function and all nested functions.