[wasm] Don't optimize super-large functions
We've seen Turbofan take excessive amounts of time for very large functions. As a short-term mitigation, this patch disables optimization for functions larger than 500KB (in their Wasm binary format). Functions of such sizes are rare, so most modules should be unaffected by this patch. Change-Id: I9d222df5ca51b0fb5d6db7a7e9e3402f5276ff38 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2982608Reviewed-by: Andreas Haas <ahaas@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#75364}
Showing
Please
register
or
sign in
to comment