• franzih's avatar
    [runtime] Collect IC feedback in DefineDataPropertyInLiteral. · 81736c71
    franzih authored
    Add a feedback vector slot for computed property names in object
    and class literals. Introduce new slot kind for storing
    computed property names.
    
    Change StaDataPropertyInLiteral to use the accumulator (again), so
    we don't exceed Bytecodes::kMaxOperands.
    
    We assume that most computed property names are
    symbols. Therefore we should see performance
    improvements, even if we deal with monomorphic ICs only.
    
    This CL only collects feedback but does not use
    it in Reduce() yet.
    
    BUG=v8:5624
    
    Review-Url: https://codereview.chromium.org/2587393006
    Cr-Commit-Position: refs/heads/master@{#42082}
    81736c71
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...