• bmeurer's avatar
    [arm] Fix missing CheckBuffer for branches. · d0553882
    bmeurer authored
    The b, bl and blx methods that take labels basically ignore the constant
    pool check and just block the constant pool for the next instruction.
    This way a long enough sequence of those instructions will block can
    potentially block the constant pool emission for too long.
    
    BUG=v8:4292
    LOG=y
    R=yangguo@chromium.org
    
    Review URL: https://codereview.chromium.org/1223093004
    
    Cr-Commit-Position: refs/heads/master@{#29550}
    d0553882
assembler-arm.h 58.9 KB