summaryrefslogtreecommitdiff
path: root/crates/parser/src/optimize.rs
AgeCommit message (Collapse)Author
12 dayschore: add more memory superinstructionsHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-07-15feat: decouple validation from parsingHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-07-14chore: simplify runtime, parser, types, and SIMD internalsHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-26feat: multithreaded wasm parserHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25chore: add specialized returns, optimize parserHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25chore: add global bin op and acc superinstructions, cleanup executorHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25fix: remove unsafe rewritesHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-25chore: reduce instantiation ovherhead & refactor optimizeHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-24feat: new binopt superinstructionsHenry
Signed-off-by: Henry <mail@henrygressmann.de>
2026-04-19feat: lazy memory allocation, fix instruction rewrite orderHenry
Signed-off-by: Henry <mail@henrygressmann.de>
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>