Previously, clang::VersionTuple's fields were laid out in an unfortunate way that made the object larger than it ought to have been. This patch just reorders the fields, reducing the size.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D19934
[NFC] Reorder fields of VersionTuple to reduce size ClosedPublic Authored by erik.pilkington on May 4 2016, 1:20 PM.
Details Summary Previously, clang::VersionTuple's fields were laid out in an unfortunate way that made the object larger than it ought to have been. This patch just reorders the fields, reducing the size.
Diff Detail Event Timelineerik.pilkington updated this object. This revision is now accepted and ready to land.Jul 11 2016, 11:53 AM Closed by commit rL275095: [NFC] Reorder fields of VersionTuple to reduce size (authored by epilk). · Explain WhyJul 11 2016, 1:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 56171 include/clang/Basic/VersionTuple.h
|