[clang] [serialization] no transitive decl change (PR #92083)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 12 20:46:22 PDT 2024


ChuanqiXu9 wrote:

I sent https://github.com/llvm/llvm-project/pull/95348 for aligned related change.

For size increase, the reason and the possible solution are clear. We should store the declaration ID as two slots instead of one in the serialized format so that we can utilize VBR6 format better.

https://github.com/llvm/llvm-project/pull/92083


More information about the cfe-commits mailing list