[all-commits] [llvm/llvm-project] 9406ea: [NFC] [Serialization] Packing more bits
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Dec 10 18:36:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9406ea3fe32e59a7d28de0dcbd0317b4cdfa4c62
https://github.com/llvm/llvm-project/commit/9406ea3fe32e59a7d28de0dcbd0317b4cdfa4c62
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
M clang/test/Modules/decl-params-determinisim.m
Log Message:
-----------
[NFC] [Serialization] Packing more bits
This patch tries to reduce the size of the BMIs by packing more bits
into an unsigned integer.
More information about the All-commits
mailing list