diff options
author | Alon Zakai <azakai@google.com> | 2024-08-26 16:00:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 16:00:45 -0700 |
commit | 459bc0797f67cb2a8fd4598bb7143b34036608d9 (patch) | |
tree | b582f48e4ac61dae6614d7296786fe363f7b82f5 /src/tools/fuzzing/fuzzing.cpp | |
parent | 50181145e39304785ccedcd84be9cb7cc428b1f2 (diff) | |
download | binaryen-459bc0797f67cb2a8fd4598bb7143b34036608d9.tar.gz binaryen-459bc0797f67cb2a8fd4598bb7143b34036608d9.tar.bz2 binaryen-459bc0797f67cb2a8fd4598bb7143b34036608d9.zip |
[NFC] Optimize ParamUtils::getUsedParams() (#6866)
This constructed a LocalGraph, which computes the sets that reach each get. But
all we need to know is which params are live, so instead we can do a liveness
computation (which is just a boolean, not the list of sets). Also, it is simple to get
the liveness computation to only work on the parameters and not all the locals,
as a further optimization.
Existing tests cover this, though I did find that the case of unreachability needed
a new test.
On a large testcase I am looking at, this makes --dae 17% faster.
Diffstat (limited to 'src/tools/fuzzing/fuzzing.cpp')
0 files changed, 0 insertions, 0 deletions