Skip to content

Commit bb128c9

Browse files
committed
Improve changelog.
1 parent eb44b01 commit bb128c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Current Trunk
3838
- The build-time option to use legacy WasmGC opcodes is removed.
3939
- The strings in `string.const` instructions must now be valid WTF-8.
4040
- The `TraverseCalls` flag for `ExpressionRunner` is removed.
41-
- Passes can now be specified several times on the command line. The "main"
42-
argument (the one that has the same name like the pass) can be specified
43-
individually for every instance; all other arguments for that pass apply
44-
globally to all instances. In particular, this allows to specify
45-
`--no-inline` several times to exclude functions that match one of multiple
46-
patterns from inlining.
41+
- Passes can now receive individual pass arguments, that is --foo=A --foo=B for
42+
a pass foo will run the pass twice (which was possible before) and will now
43+
run it first with argument A and second with B. --pass-arg=foo@BAR will now
44+
apply to the most recent --foo pass on the commandline, if foo is a pass
45+
(while global pass arguments - that are not the name of a pass - remain, as
46+
before, global for all passes).
4747

4848
v117
4949
----

0 commit comments

Comments
 (0)