ee9a640c9d
Allocating in new-space allows this objects to be collected quickly during the next scavenge, instead of acculumating in old-space until the next mark-sweep and potentially increasing the process's peak memory footprint. Change-Id: Id73c4c3934f6d84ba7af9e3333a350b809946ebb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125360 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Régis Crelier <regis@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>