• mbrandy's avatar
    PPC: [turbofan] Avoid unnecessary write barriers and improve code generation. · e2f4f04f
    mbrandy authored
    Port 1e277012
    
    Original commit message:
        Avoid write barriers when storing values in the root set, and use
        cheaper write barriers for storing maps or tagged pointers. Also
        improve the generated code for write barriers, utilizing the out
        of line code mechanism that is available to TurboFan backends,
        which moves the unlikely case out of the hot path.
    
    R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
    BUG=
    
    Review URL: https://codereview.chromium.org/1431923003
    
    Cr-Commit-Position: refs/heads/master@{#31927}
    e2f4f04f
Name
Last commit
Last update
..
OWNERS Loading commit data...
code-generator-ppc.cc Loading commit data...
instruction-codes-ppc.h Loading commit data...
instruction-selector-ppc.cc Loading commit data...