summaryrefslogtreecommitdiff
path: root/test/passes/converge_O3_metrics.wasm
Commit message (Collapse)AuthorAgeFilesLines
* add --converge option to wasm-opt (#1524)Alon Zakai2018-04-301-0/+0
The option keeps running the passes (that we were told to run) in cycles until we converge in terms of the binary size, that is, keep optimizing until we can't shrink any more. Also fix a --metrics bug this uncovered: we can't expect the Metrics object to still be around if running passes later in another PassRunner.