Skip to main content

Module compiled

Module compiled 

Source

Structs§

CompileCache
Thread-safe compilation cache shared across workers.
CompiledContracts
Compiled contracts cache mapping bytecode hash to compiled function.
CompiledHandler
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.
CompiledTestContext

Enums§

CompileMode
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 🔒

Type Aliases§

ClaimedEntry 🔒
StateTestError 🔒
StateTestEvm 🔒