Description[ic] Use UnseededNumberDictionary as a storage for names in TypeFeedbackMetadata.
The serializer does not support serialization of HashTables in general because
after deserialization it might be necessary to rehash the table.
However the UnseededNumberDictionary does not require rehashing and this CL allows
them to be serialized.
This CL also changes the shape of UnseededNumberDictionary: the details field is
no longer part of the entry since no one needs it.
BUG=chromium:576312, chromium:623516
Committed: https://crrev.com/70318619905dd1a10ac0f063da19cebf6d385ba0
Cr-Commit-Position: refs/heads/master@{#37336}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 26 (15 generated)
|