Float32x4 GC mitigation needed! #46187
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
Float32x4
andInt32x4
brings SIMD acceleration, replacing use of normal numbers (double & int) to a lane of 4 numbers.One side effect of
Float32x4
andInt32x4
is the increase of objects to be handled by GC.Some strategy in the VM implementation of
Float32x4
andInt32x4
is needed to reduce GC work. It seems that othertypes, like
String
, have a better performance.The text was updated successfully, but these errors were encountered: