DescriptionRestore per-TypedArray-class length accessors as a perf workaround
This patch is a workaround to the performance regression caused by
implementing the ES2015 TypedArray prototype chain: Include a
per-TypedArray-subclass length getter so that the superclass getter does
not become polymorphic. The patch appears to fix a regression in the
Gameboy Octane benchmark.
BUG=chromium:579905
R=adamk
LOG=Y
Committed: https://crrev.com/03ce7711e474a0ef74f723b30ae1527c89dec010
Cr-Commit-Position: refs/heads/master@{#33501}
Patch Set 1 #
Total comments: 1
Patch Set 2 : More TODOs #
Messages
Total messages: 13 (5 generated)
|