Expand description
Cranelift-based JIT compiler for Tidepool Core expressions.
Compiles CoreExpr to native code via Cranelift, with effect machine support
for yielding on algebraic effects and resuming with handler responses.
Modulesยง
- alloc
- context
- datacon_
env - debug
- JIT debugging tools.
- effect_
machine - emit
- gc
- heap_
bridge - host_
fns - jit_
machine - nursery
- pipeline
- signal_
safety - JIT signal safety via sigsetjmp/siglongjmp.
- stack_
map - yield_
type