Add blink snapshot strings to RO-space |
|
Issue descriptionCurrently RO-space is marked ReadOnly when deserialization completes. However, the blink snapshot works by deserializing the V8 snapshot, adding more stuff, and re-serializing, which means that nothing new is added to RO-space. Blink old-space has about ~60K of internalized strings not present in V8 old-space, so probably most of those would end up in RO-space if we opened it.
,
Sep 25
Maybe wrap the whole snapshot generator code in a WritableScope (and change that to a counter rather than simple close-on-destruct)? |
|
►
Sign in to add a comment |
|
Comment 1 by delph...@chromium.org
, Sep 25