[PATCH] D54524: [AST] Pack UnaryOperator

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 14 05:53:17 PST 2018


riccibruno created this revision.
riccibruno added a reviewer: dblaikie.
riccibruno added a project: clang.
Herald added a subscriber: cfe-commits.

Use the newly available space in the bit-fields of `Stmt`
to store some data from `UnaryOperator`.
This saves 8 bytes per `UnaryOperator`.


Repository:
  rC Clang

https://reviews.llvm.org/D54524

Files:
  include/clang/AST/Expr.h
  include/clang/AST/Stmt.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54524.174024.patch
Type: text/x-patch
Size: 4284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181114/7f26dc09/attachment-0001.bin>


More information about the cfe-commits mailing list