rkgk/crates/haku
liquidex c1ccc1be24 fix an unnecessarily large amount of locals being emitted for each function
previously we'd create (argument_count + let_count) locals, which doesn't make sense.
so now `let`s use their own counter for their own locals, and we only request as many empty locals as there are `let`s.
2024-09-02 21:43:27 +02:00
..
src fix an unnecessarily large amount of locals being emitted for each function 2024-09-02 21:43:27 +02:00
tests fix SetLocal not taking into account the stack bottom 2024-09-02 21:39:04 +02:00
Cargo.toml add a bunch of logging to haku, including vm-trace for tracing what the VM does 2024-09-02 21:36:38 +02:00