Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create a UnifiedExpressionVisitor for passes that want a single visitor ↵ | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
| | | | | function, to avoid confusion with having both visit* and visitExpression in a single pass (#357) | ||||
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -4/+4 |
| | | | | | | | | | | | | * refactor core walking to not recurse * add a simplify-locals test * reuse parent's non-branchey scan logic in SimpleExecutionWalker, reduce code duplication * update wasm.js * rename things following comments | ||||
* | print out total nodes in --metrics | Alon Zakai | 2016-02-20 | 1 | -2/+4 |
| | |||||
* | sort keys in metrics | Alon Zakai | 2016-01-27 | 1 | -6/+15 |
| | |||||
* | Adds a --metrics command line argument to print metrics about .wast files ↵ | Michael | 2016-01-27 | 1 | -0/+69 |
between optimization passes. |