[PATCH] D93556: [CSSPGO][llvm-profgen] Compress recursive cycles in calling context
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 16:01:37 PST 2021
hoy added inline comments.
================
Comment at: llvm/tools/llvm-profgen/ProfileGenerator.h:20
+// External storage of command line
+extern int32_t CompressionSize;
+
----------------
Remove this?
================
Comment at: llvm/tools/llvm-profgen/ProfileGenerator.h:230
+ // length.
+ static int32_t MaxCompressionSize;
};
----------------
Nit: add a comment about the special value -1?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93556/new/
https://reviews.llvm.org/D93556
More information about the llvm-commits
mailing list