DescriptionAIX:Proposal to use kSemaphoreAlignmentMask instead kPointerAlignmentMask
native_handle_ on AIX64 is of type int, and therefore fails
on an operation with a pointer type. Use
kSemaphoreAlignmentMask as sizeof(int) on AIX and
sizeof(pointer) otherwise.
R=jochen@chromium.org, mbrandy@us.ibm.com
BUG=v8:4767
LOG=N
Committed: https://crrev.com/46b932f405836949c19b43670571aeb458ef5a62
Cr-Commit-Position: refs/heads/master@{#35988}
Patch Set 1 #
Total comments: 1
Patch Set 2 : addressed comment, removed kSemaphoreAlignmentMask from header #
Total comments: 1
Patch Set 3 : renamed kPointerAlignmentMask to kSemaphoreAlignmentMask #Messages
Total messages: 14 (5 generated)
|