Release 0.11.2 - #494
Merged
Merged
Conversation
Three fixes have landed since the 0.11.1 publish and none of them are reachable from the registry yet: - #493 put the AArch64 branch-range fallback on the path the JIT actually compiles through, so a function whose conditional branch exceeds imm19 now compiles instead of failing (GitHub #486). `wasmoon run` also reports why the JIT refused a module rather than logging a bare string. - #492 replaced the recursive CFG and e-graph walks with explicit stacks, which is what made deep graphs overflow the stack on wasm-gc (ISS-401). - #491 moved off the deprecated `@sys` environment API to `moonbitlang/core/env` and updated moonbitlang/x to 0.4.48. `machv` and `milkir` both carry source changes, so every module that pins them has to re-pin to reach the fix. That is what makes this a wide bump rather than the three-module release 0.11.1 was: only `regalloc` and `wasm_core` are untouched and keep their versions. machv 0.7.0 -> 0.7.1 wasm_machv 0.4.0 -> 0.4.1 milkir 0.5.0 -> 0.5.1 x64_target 0.4.0 -> 0.4.1 machv_regalloc 0.5.0 -> 0.5.1 aarch64_target 0.5.1 -> 0.5.2 milkir_machv 0.6.0 -> 0.6.1 wasmoon_jit 0.6.1 -> 0.6.2 wasm_milkir 0.5.0 -> 0.5.1 wasmoon 0.11.1 -> 0.11.2 Verified: workspace 2634/2634 native and 1028/1028 wasm-gc, `moon check` clean from a cold `moon clean`, corpus 258/258 files and 62563 assertions in both interpreter and JIT modes, and the built binary reports 0.11.2.
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.
Three fixes have landed since the 0.11.1 publish and none of them are reachable from the registry yet:
wasmoon runalso reports why the JIT refused a module instead of logging a bare string.@sysenvironment API ontomoonbitlang/core/env, and moonbitlang/x to 0.4.48.Why this bump is wide
machvandmilkirboth carry source changes, so every module pinning them has to re-pin to reach the fix. 0.11.1 was a three-module release; this one touches everything exceptregallocandwasm_core, which are untouched and keep their versions.machvwasm_machvmilkirx64_targetmachv_regallocaarch64_targetmilkir_machvwasmoon_jitwasm_milkirwasmoonVerification
moon checkclean from a coldmoon clean.0.11.2.Publishing to mooncakes.io follows once this merges.