summaryrefslogtreecommitdiff
path: root/crates/parser/src/optimize.rs
AgeCommit message (Collapse)Author
2026-04-17feat: refactor optimizer + executor, add v128 super instructionsHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-17feat: add JumpCmpLocalConst3/JumpCmpLocalLocal32 + rename superinstructionsHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-16chore: remove ref stackHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-05chore: fix stable build, move BranchTableTarget to FunctionDataHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-05chore: refactor optimizer/add more superinstructionsHenry
Signed-off-by: Henry <mail@henrygressmann.de>