Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | save the module on Walker objects, so passes have an easy way to access the ↵ | Alon Zakai | 2016-04-19 | 1 | -0/+13 |
| | | | | module (#366) | ||||
* | create a UnifiedExpressionVisitor for passes that want a single visitor ↵ | Alon Zakai | 2016-04-18 | 1 | -31/+58 |
| | | | | function, to avoid confusion with having both visit* and visitExpression in a single pass (#357) | ||||
* | let traversals access the current function (#355) | Alon Zakai | 2016-04-18 | 1 | -7/+22 |
| | |||||
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -12/+55 |
| | | | | * allow traversals to mark themselves as function-parallel, in which case we run them using a thread pool. also mark some thread-safety risks (interned strings, arena allocators) with assertions they modify only on the main thread | ||||
* | allow overriding startWalk(Function*) | Alon Zakai | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | remove unneeded virtual destructor | Alon Zakai | 2016-04-11 | 1 | -1/+0 |
| | |||||
* | De-recurse traversals (#333) | Alon Zakai | 2016-04-11 | 1 | -328/+306 |
| | | | | | | | | | | | | * 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 | ||||
* | derecurse blocks helper, and use it in SimplifyLocals | Alon Zakai | 2016-04-07 | 1 | -0/+26 |
| | |||||
* | traversal improvements | Alon Zakai | 2016-04-06 | 1 | -34/+55 |
| | |||||
* | move some methods to WasmWalkerBase | Alon Zakai | 2016-04-06 | 1 | -27/+25 |
| | |||||
* | refactor a WasmReplacerWalker class | Alon Zakai | 2016-04-06 | 1 | -54/+51 |
| | |||||
* | add FastExecutionWalker | Alon Zakai | 2016-04-06 | 1 | -1/+101 |
| | |||||
* | remove obsolete comment | Alon Zakai | 2016-04-06 | 1 | -1/+0 |
| | |||||
* | refactor wasm traversal code into separate file | Alon Zakai | 2016-04-06 | 1 | -0/+321 |