Structs§
- Compile
Cache - Thread-safe compilation cache shared across workers.
- Compiled
Contracts - Compiled contracts cache mapping bytecode hash to compiled function.
- Compiled
Handler - Custom handler that dispatches to compiled functions. All bytecodes — including runtime-created ones (CREATE/CREATE2) — are JIT-compiled before execution. Never falls back to the interpreter.
- Compiled
Test Context
Enums§
- Compile
Mode - How to compile and execute bytecodes in the test suite.
Functions§
- execute_
single_ test_ compiled - Execute a single test using compiled functions via the custom handler.
- execute_
test_ 🔒suite_ compiled - Execute a single test suite file, compiling all contracts before execution.
- make_
compiler 🔒 - run
- Run all test files.
- run_
test_ 🔒worker