diff options
author | Kazu Hirata <kazu@google.com> | 2024-04-22 22:59:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 22:59:51 -0700 |
commit | b28f4d4dd0bbf50059cb19ca794af967374e1900 (patch) | |
tree | e8e250def01035f1f4b5de5e6291f90d766844af /clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp | |
parent | 02d00ec985f8ab9e26bd80fb38c88471da4cb0c8 (diff) | |
download | llvm-b28f4d4dd0bbf50059cb19ca794af967374e1900.zip llvm-b28f4d4dd0bbf50059cb19ca794af967374e1900.tar.gz llvm-b28f4d4dd0bbf50059cb19ca794af967374e1900.tar.bz2 |
[memprof] Omit the key length for the record table (#89527)
The record table has a constant key length, so we don't need to
serialize or deserialize it for every key-data pair. Omitting the key
length saves 0.06% of the indexed MemProf file size.
Note that it's OK to change the format because Version2 is still under
development.
Diffstat (limited to 'clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp')
0 files changed, 0 insertions, 0 deletions