Description[turbofan] Specialize to (optimization time) known TypedArray instances.
When we have a known JSTypedArray instance at optimization time, i.e. as
in asm.js-like use cases and also when there are global typed arrays that
are tracked via global object property constant tracking, we can generate
more efficient code in that case by specializing to the immutable internal
fields of the JSTypedArray (and the JSArrayBuffer backing it).
R=jarin@chromium.org
BUG=v8:4470, v8:5267
Committed: https://crrev.com/4db73ae0e023df5ede7107a7bf2e2509c00c7021
Cr-Commit-Position: refs/heads/master@{#41017}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 12 (6 generated)
|