Commit 3a1ceac
committed
Nightly v125.0.0-nightly.20251219 [ci skip]
1 parent c6536b8 commit 3a1ceac
11 files changed
Lines changed: 17736 additions & 17974 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
- CHANGELOG.md+1
- scripts/gen-s-parser.py+1
- src/analysis/lattices/bool.h+30-1
- src/binaryen-c.cpp+15-3
- src/binaryen-c.h+7-2
- src/gen-s-parser.inc+16-5
- src/ir/child-typer.h+10-4
- src/ir/subtype-exprs.h+1-1
- src/ir/type-updating.h+5-5
- src/js/binaryen.js-post.js+9-2
- src/parser/contexts.h+37-13
- src/parser/parsers.h+15
- src/passes/Inlining.cpp+13-2
- src/passes/OptimizeInstructions.cpp+22-40
- src/passes/Print.cpp+7-3
- src/passes/SignaturePruning.cpp+3-4
- src/passes/TypeRefining.cpp+2-2
- src/passes/TypeSSA.cpp+20-77
- src/passes/pass.cpp+1-1
- src/wasm-binary.h+2-1
- src/wasm-interpreter.h+40-17
- src/wasm-ir-builder.h+6
- src/wasm-type-shape.h+9-4
- src/wasm-type.h+45-19
- src/wasm.h+3
- src/wasm/wasm-binary.cpp+8-24
- src/wasm/wasm-ir-builder.cpp+7-1
- src/wasm/wasm-stack.cpp+5-2
- src/wasm/wasm-type-shape.cpp+26-11
- src/wasm/wasm-type.cpp+29-8
- src/wasm/wasm-validator.cpp+23-3
- test/example/c-api-kitchen-sink.c+3-2
- test/example/c-api-kitchen-sink.txt+7
- test/gtest/lattices.cpp+18-14
- test/lit/binary/erase-trivial-cast-exactness.wast+39
- test/lit/help/wasm-metadce.test+2-2
- test/lit/help/wasm-opt.test+2-2
- test/lit/help/wasm2js.test+2-2
- test/lit/parse-missing-supertype.wast+1-1
- test/lit/passes/gto_and_cfp_in_O.wast+2-3
- test/lit/passes/merge-similar-functions_types.wast+62-61
- test/lit/passes/optimize-instructions-call_ref-roundtrip.wast+4-5
- test/lit/passes/optimize-instructions-gc.wast+3-8
- test/lit/passes/signature-pruning.wast+1-2
- test/lit/passes/type-refining-gufa.wast+145
- test/lit/passes/type-ssa-shared.wast+1-1
- test/lit/passes/type-ssa.wast+1-1
- test/lit/passes/types-ssa-generalized-exact.wast+54
- test/lit/passes/unsubtyping.wast+45
- test/lit/validation/no-type-collision-stringref.wast+24
- test/lit/validation/type-collision-exact.wast+9
- test/lit/validation/type-collision-funcref.wast+9
- test/lit/validation/type-collision-null.wast+8
- test/spec/resume_throw.wast+314
0 commit comments