• bjaideep's avatar
    PPC/s390: [TypeFeedbackVector] Combine the literals array and the feedback vector. · 626b95e3
    bjaideep authored
    Port 93f05b64
    
    Original Commit Message:
    
        They have the same lifetime. It's a match!
    
        Both structures are native context dependent and dealt with (creation,
        clearing, gathering feedback) at the same time. By treating the spaces used
        for literal boilerplates as feedback vector slots, we no longer have to keep
        track of the materialized literal count elsewhere.
    
        A follow-on CL removes even more parser infrastructure related to this count.
    
    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/2659413002
    Cr-Commit-Position: refs/heads/master@{#42778}
    626b95e3
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...