Chromium Code Reviews
DescriptionSupport loads from Uint8Array and ExternalUint8Array in the optimizing compiler.
This is done by extending LoadIndexed to handle Uint8Array and ExternalUint8Array.
Small cleanups:
- Share code for computing the element addresses for indexed loads.
- Remove kGrowableArrayCid where it cannot occur. We only ever emit
LoadIndexedInstr for fixed-size arrays. Loads from growable arrays
are split into loading the backing store first and then an indexed
load from the backing store.
Committed: https://code.google.com/p/dart/source/detail?r=15305
Patch Set 1 #Patch Set 2 : #Patch Set 3 : added Uint8Array #
Total comments: 10
Patch Set 4 : addressed comments #Patch Set 5 : #Patch Set 6 : #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||