• Toon Verwaest's avatar
    [json] Update feedback maps since they might be deprecated · 08a5b95d
    Toon Verwaest authored
    Objects in arrays take the shape of the object right before as feedback to
    speed up object creation. If a subsequent object with the same shape has a
    member that also has the same shape, that member can cause the feedback map to
    be deprecated. To avoid confusion, we now update (dedeprecate) the feedback map
    before use.
    
    Thanks a bunch Seth Brenith for figuring out the issue!
    
    Bug: chromium:1029077
    Change-Id: I047b1acfd4906616a2302f253ab9cd29272bdc79
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1970211
    Commit-Queue: Toon Verwaest <verwaest@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Auto-Submit: Toon Verwaest <verwaest@chromium.org>
    Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65474}
    08a5b95d
Name
Last commit
Last update
..
OWNERS Loading commit data...
json-parser.cc Loading commit data...
json-parser.h Loading commit data...
json-stringifier.cc Loading commit data...
json-stringifier.h Loading commit data...