This is an archive of the discontinued LLVM Phabricator instance.

[Android] Increase default new alignment for Android
ClosedPublic

Authored by pirama on Jul 31 2018, 3:16 PM.

Details

Summary

Android's memory allocators also guarantee 8-byte alignment for 32-bit
architectures and 16-byte alignment for 64-bit.

Diff Detail

Repository
rC Clang

Event Timeline

pirama created this revision.Jul 31 2018, 3:16 PM
nickdesaulniers accepted this revision.Jul 31 2018, 3:37 PM
This revision is now accepted and ready to land.Jul 31 2018, 3:37 PM
rsmith accepted this revision.Aug 1 2018, 10:32 AM
This revision was automatically updated to reflect the committed changes.