d1e7fa76de
The dart2wasm compiler - when used in -O2 sound mode - should guarantee that no wasm traps happen. So we should be able to use `--traps-never-happen` in deferred loading mode just like in normal mode. This saves around 1.2% in ACX Gallery The original revert was done due to other reasons, not this CL. Change-Id: I0c836c21cacf7a50417011aadac346f12b827a2e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/459280 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Ömer Ağacan <omersa@google.com>