summaryrefslogtreecommitdiff
path: root/crates/parser/src/optimize.rs
AgeCommit message (Expand)Author
2026-07-15feat: decouple validation from parsingHenry
2026-07-14chore: simplify runtime, parser, types, and SIMD internalsHenry
2026-04-26feat: multithreaded wasm parserHenry
2026-04-25chore: add specialized returns, optimize parserHenry
2026-04-25chore: add global bin op and acc superinstructions, cleanup executorHenry
2026-04-25fix: remove unsafe rewritesHenry
2026-04-25chore: reduce instantiation ovherhead & refactor optimizeHenry
2026-04-24feat: new binopt superinstructionsHenry
2026-04-19feat: lazy memory allocation, fix instruction rewrite orderHenry
2026-04-17feat: refactor optimizer + executor, add v128 super instructionsHenry
2026-04-17feat: add JumpCmpLocalConst3/JumpCmpLocalLocal32 + rename superinstructionsHenry
2026-04-16chore: remove ref stackHenry
2026-04-05chore: fix stable build, move BranchTableTarget to FunctionDataHenry
2026-04-05chore: refactor optimizer/add more superinstructionsHenry