File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
4848v117
4949----
You can’t perform that action at this time.
0 commit comments