Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initialization functions for passes to avoid missing pass registration ↵ | Jukka Jylänki | 2016-06-21 | 1 | -1/+4 |
| | | | | due to linker dead code elimination. Fixes #577. | ||||
* | note number of functions in metrics | Alon Zakai | 2016-05-28 | 1 | -0/+4 |
| | |||||
* | add total vars (non-param locals) to metrics | Alon Zakai | 2016-05-16 | 1 | -0/+8 |
| | |||||
* | emit total in metrics in a way that shows its diffs too | Alon Zakai | 2016-05-16 | 1 | -1/+2 |
| | |||||
* | 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. |