Expand description
Provides functionality for compiling and running CLIF IR for run
tests.
Structs§
- Compiled
Test File - A finalized Test File
- Test
File Compiler - Compile a test case.
- Trampoline
- A callable trampoline
Enums§
- Compilation
Error - Compilation Error when compiling a function.
Constants§
- COMPILED_
TEST_ FILE - TLS slot used to store a CompiledTestFile reference so that it can be recovered when a hostcall (such as the exception-throw handler) is invoked.