Conversation
Milky2018
marked this pull request as ready for review
August 12, 2026 09:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
regalloc/planningpackageWhy
The compiler accumulated repeated scans, copied prefixes, dense structures, heuristic allocation fallbacks, and several planning implementations that production never called. These changes consolidate behavior in the production allocator and optimizer, remove shadow implementations, and prevent cheap constants from becoming function-long live ranges.
The benchmark workflow also now compares one freshly compiled Wasmoon/Wasmtime pair per workload with separate isolated caches, so cold compilation and generated-code performance are no longer mixed with user-global cache state.
Impact
mainMilky2018/wasmoonat 0.12.1Validation
moon infomoon fmtmoon check --target native --warn-list +73moon test --target native(2606/2606)python3 scripts/audit_module_boundaries.pypython3 scripts/benchmark_algorithms_parity.py(70/70 completed, zero failures)git diff --check