• adamk's avatar
    Optimize add/set/delete operations for string keys in Maps and Sets · 243764b0
    adamk authored
    This was previously landed in commit 8599f5f0, but failed the
    collections mjsunit test on ia32 with --deopt-every-n=1. The fixed
    patch adds a ClearFlag(HValue::kCanOverflow) call after every
    arithmetic operation, which should remove all the deopt points in these
    intrinsics.
    
    Ideally, it seems like there should be a way to verify that there are
    no deopt points for these inline optimized functions, since there's
    nothing to deopt to. But I don't currently know of such a thing.
    
    Review URL: https://codereview.chromium.org/782073002
    
    Cr-Commit-Position: refs/heads/master@{#25715}
    243764b0
Name
Last commit
Last update
..
runtime-api.cc Loading commit data...
runtime-array.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-i18n.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-json.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-liveedit.cc Loading commit data...
runtime-maths.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-observe.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-uri.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...