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
In the profile format, store a shared stringArray for all threads (#5481)
This implements the next incremental step for #3918.
The shared `stringArray` is stored at `profile.shared.stringArray`.
Sharing the string table is an easy first step - at least easier than
sharing other tables - because there are no string indexes in the URL,
so we don't need a URL upgrader for this modification.
I've also folded some basic "compacting" into this PR: Before upload, we
will remove any unused strings from the shared stringArray.
0 commit comments