You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semi-space GC loads snapshots into the "new" space rather than the "old" space. This immediately triggers a garbage collection run which isn't necessary and doesn't actually copy anything (yet still wastes a lot of resources). We should load snapshots into the "old" space.
Other information and links
The text was updated successfully, but these errors were encountered:
Issue summary
The semi-space GC loads snapshots into the "new" space rather than the "old" space. This immediately triggers a garbage collection run which isn't necessary and doesn't actually copy anything (yet still wastes a lot of resources). We should load snapshots into the "old" space.
Other information and links
The text was updated successfully, but these errors were encountered: