DescriptionOnly turn on UMA WASM metric when synchronous.
The code for UMA stats (in counters.h) is not thread safe, and can
lead to using pointers with uninitialized values.
Therefore, this CL turns them off when compiling asynchronously.
It also turns back on several UMA stats that were previously turned
off, but no longer need to because the code now knows if it is
running synchronously.
BUG=v8:6361
Review-Url: https://codereview.chromium.org/2864583004
Cr-Commit-Position: refs/heads/master@{#45168}
Committed: https://chromium.googlesource.com/v8/v8/+/aad342d55b6732e367ce5730bf3e559ee9092945
Patch Set 1 #Patch Set 2 : Merge updated master. #Patch Set 3 : Again, merge updated master. #
Messages
Total messages: 27 (20 generated)
|