• Ulan Degenbaev's avatar
    [runtime] Do not clear prototype map descriptors. · d09f9c42
    Ulan Degenbaev authored
    Mutating the descriptor array and the layout descriptor of a map
    races with the concurrent marking. This patch simply transfers
    ownership of the descriptor array without mutating the map.
    
    Since the old map is not going to be used anymore and there are
    not transitions from the old map, this should be safe for trimming
    the descriptor arrays during GC.
    
    This patch also adds checks in IC code avoid caching of dummy
    transitions from the abandoned prototype map.
    
    Bug: chromium:752461
    Change-Id: I7b44ba7c369199bdb3ff48235226fe504c7eb4a5
    Reviewed-on: https://chromium-review.googlesource.com/602210
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47275}
    d09f9c42
Name
Last commit
Last update
..
arguments-inl.h Loading commit data...
arguments.h Loading commit data...
code-cache-inl.h Loading commit data...
code-cache.h Loading commit data...
compilation-cache-inl.h Loading commit data...
compilation-cache.h Loading commit data...
debug-objects-inl.h Loading commit data...
debug-objects.cc Loading commit data...
debug-objects.h Loading commit data...
descriptor-array.h Loading commit data...
dictionary.h Loading commit data...
frame-array-inl.h Loading commit data...
frame-array.h Loading commit data...
hash-table-inl.h Loading commit data...
hash-table.h Loading commit data...
intl-objects.cc Loading commit data...
intl-objects.h Loading commit data...
literal-objects.cc Loading commit data...
literal-objects.h Loading commit data...
map-inl.h Loading commit data...
map.h Loading commit data...
module-info.h Loading commit data...
name-inl.h Loading commit data...
name.h Loading commit data...
object-macros-undef.h Loading commit data...
object-macros.h Loading commit data...
regexp-match-info.h Loading commit data...
scope-info.cc Loading commit data...
scope-info.h Loading commit data...
script-inl.h Loading commit data...
script.h Loading commit data...
shared-function-info-inl.h Loading commit data...
shared-function-info.h Loading commit data...
string-inl.h Loading commit data...
string-table.h Loading commit data...
string.h Loading commit data...