Use the newly available space in the bit-fields of Stmt
to store some data from UnaryOperator.
This saves 8 bytes per UnaryOperator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54524
[AST] Pack UnaryOperator ClosedPublic Authored by riccibruno on Nov 14 2018, 5:53 AM.
Details Summary Use the newly available space in the bit-fields of Stmt
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 14 2018, 12:59 PM Closed by commit rL346951: [AST] Pack UnaryOperator (authored by brunoricci). · Explain WhyNov 15 2018, 5:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 174195 cfe/trunk/include/clang/AST/Expr.h
cfe/trunk/include/clang/AST/Stmt.h
|