• Junliang Yan's avatar
    PPC/s390: [ubsan] Change Address typedef to uintptr_t · 9adf8fa8
    Junliang Yan authored
    Port 2459046c
    
    Original Commit Message:
    
        The "Address" type is V8's general-purpose type for manipulating memory
        addresses. Per the C++ spec, pointer arithmetic and pointer comparisons
        are undefined behavior except within the same array; since we generally
        don't operate within a C++ array, our general-purpose type shouldn't be
        a pointer type.
    
    R=jkummerow@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=
    LOG=N
    
    Change-Id: Ic30ef19019e5b39b01f90587011c6a1b06c4b7a1
    Reviewed-on: https://chromium-review.googlesource.com/1012461Reviewed-by: 's avatarJunliang Yan <jyan@ca.ibm.com>
    Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
    Cr-Commit-Position: refs/heads/master@{#52607}
    9adf8fa8
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-ppc-inl.h Loading commit data...
assembler-ppc.cc Loading commit data...
assembler-ppc.h Loading commit data...
code-stubs-ppc.cc Loading commit data...
code-stubs-ppc.h Loading commit data...
codegen-ppc.cc Loading commit data...
constants-ppc.cc Loading commit data...
constants-ppc.h Loading commit data...
cpu-ppc.cc Loading commit data...
deoptimizer-ppc.cc Loading commit data...
disasm-ppc.cc Loading commit data...
frame-constants-ppc.cc Loading commit data...
frame-constants-ppc.h Loading commit data...
interface-descriptors-ppc.cc Loading commit data...
macro-assembler-ppc.cc Loading commit data...
macro-assembler-ppc.h Loading commit data...
simulator-ppc.cc Loading commit data...
simulator-ppc.h Loading commit data...