• bmeurer's avatar
    [x86] Support immediate indices for StoreWriteBarrier. · 4eff883b
    bmeurer authored
    Ideally we would not need the StoreWriteBarrier instructions at all,
    but represent the RecordWrite functionality as machine subgraph, but
    that'll take some time to get there. In the mean time we can have a
    shorter instruction sequence on Intel platforms by recognizing immediate
    indices here.
    
    R=svenpanne@chromium.org
    
    Review URL: https://codereview.chromium.org/1075103002
    
    Cr-Commit-Position: refs/heads/master@{#27731}
    4eff883b
code-generator-ia32.cc 51 KB