DescriptionMove bootstrap scripts and token streams to the VM isolate so that they become read only objects. This reduces the per isolate heap size as follows:
Before the change:
Size of isolate snapshot = 780799
New space (0k of 1024k) Old space (758k of 1024k)
After the change:
Size of isolate snapshot = 279696
New space (0k of 1024k) Old space (602k of 1024k)
BUG=
R=hausner@google.com
Committed: https://github.com/dart-lang/sdk/commit/5e0a3d66e54807a10c703634f9b5224a4c8f1ef4
Patch Set 1 #Patch Set 2 : self review #
Total comments: 4
Patch Set 3 : Address code review comments #
Messages
Total messages: 5 (1 generated)
|