Thomas Lively

Results 116 issues of Thomas Lively

Also print exact references as inexact references. This prints modules using custom descriptors as if they were not using custom descriptors, making it easier to identify optimization regressions by diffing...

Sharing now in case it's useful, but not yet ready for review.

The Reducer class used to do double duty providing general reducer utilities and also walking the module to do destructive reduction. Split the module walking part into a new DestructiveReducer...

wasm-split's Reducer class is very large and does many different things. To start getting a handle on it, separate out the declarations and definitions of its methods into new .h...

There are many tests that had been added or updated on the `main-legacy` branch that are no longer present or updated on the `main` branch: ``` $ git diff $(git...