• bjaideep's avatar
    PPC/s390: [TypeFeedbackVector] Root literal arrays in function literals slots · 19aa7a20
    bjaideep authored
    Port 93df0940
    
    Original Commit Message:
    
        Literal arrays and feedback vectors for a function can be garbage
        collected if we don't have a rooted closure for the function, which
        happens often. It's expensive to come back from this (recreating
        boilerplates and gathering feedback again), and the cost is
        disproportionate if the function was inlined into optimized code.
    
        To guard against losing these arrays when we need them, we'll now
        create literal arrays when creating the feedback vector for the outer
        closure, and root them strongly in that vector.
    
    R=mvstanton@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=v8:5456
    LOG=N
    
    Review-Url: https://codereview.chromium.org/2592043003
    Cr-Commit-Position: refs/heads/master@{#41898}
    19aa7a20
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-ppc-inl.h Loading commit data...
assembler-ppc.cc Loading commit data...
assembler-ppc.h Loading commit data...
code-stubs-ppc.cc Loading commit data...
code-stubs-ppc.h Loading commit data...
codegen-ppc.cc Loading commit data...
codegen-ppc.h Loading commit data...
constants-ppc.cc Loading commit data...
constants-ppc.h Loading commit data...
cpu-ppc.cc Loading commit data...
deoptimizer-ppc.cc Loading commit data...
disasm-ppc.cc Loading commit data...
frames-ppc.cc Loading commit data...
frames-ppc.h Loading commit data...
interface-descriptors-ppc.cc Loading commit data...
macro-assembler-ppc.cc Loading commit data...
macro-assembler-ppc.h Loading commit data...
simulator-ppc.cc Loading commit data...
simulator-ppc.h Loading commit data...