Add MemoryInitializeInstr
(similar to MemoryCopyInstr
) and make use of it in e.g. TypedData.fillRange()
#50256
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-performance
Issue relates to performance or code size
Similar to our optimized
MemoryCopyInstr
we may want to add aMemoryInitializeInstr
that can be used for various purposes - e.g.TypedData.fillRange()
but maybe alsoList.filled()
, .../cc @dcharkes
The text was updated successfully, but these errors were encountered: