[PATCH] D95125: [WebAssembly] Enable loop unrolling
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 02:37:06 PST 2021
samparker added a comment.
My node results are far more stable than wasmtime, on both x86_64 and aarch64 with and without liftoff. Those results correlate with yours and show no benefit of loop unrolling, but I'm seeing ~4% binary size increase too. So I'm surprised and confused and I guess I will investigate further.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95125/new/
https://reviews.llvm.org/D95125
More information about the llvm-commits
mailing list