[PATCH] D76295: Use 64 bit integers for bit offsets inside AST file

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 17 10:44:21 PDT 2020


aganea added a comment.

Hello Dmitry! Could we use varints <https://developers.google.com/protocol-buffers/docs/encoding#varints> instead of uint64_t if size on disk is a concern?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76295/new/

https://reviews.llvm.org/D76295





More information about the cfe-commits mailing list