Description[wasm] Consolidated code size reporting as an instantiation concern.
When separating compile from instantiation, I accidentally elided size
reporting for wasm functions. This change fixes that (verified with
re-running benchmarks), and also consolidates the responsibility of
size reporting within the instantiation method, away from the various
compile phases.
We should probably rethink this reporting when we move wasm codegen
off the JS Heap, if the wasm module code ends up being shared.
BUG=
Committed: https://crrev.com/a03701ec0db1c264706fee69e77ea0845982bcd6
Cr-Commit-Position: refs/heads/master@{#37120}
Patch Set 1 #
Total comments: 2
Patch Set 2 : fixes #Messages
Total messages: 12 (5 generated)
|