16c3cebab6
Don't flatten snapshot chunks into a linear byte array to avoid a 2GB limit in JS. The lifts the largest snapshot we can handle to either 2^32 objects or the memory limit in JS. Change-Id: I1a3ec03cf83cb03b4cf67245b12560a083a6e5b6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131943 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>