• jyan's avatar
    S390: Add Printf format specifier · da8b4fa7
    jyan authored
    GCC on S390 31-bit treats size_t as 'long unsigned int', which
    is incompatible with %d format specifier that expects an 'int'.
    Introduce a new V8 SIZET PREFIX to use %zd instead.
    
    R=danno@chromium.org,jkummerow@chromium.org,jochen@chromium.org,jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com,yangguo@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1813453002
    
    Cr-Commit-Position: refs/heads/master@{#34857}
    da8b4fa7
allocation-tracker.cc 9.42 KB