[PATCH] D52126: Discard uncompressed buffer after creating .gdb_index contents.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 16:01:21 PDT 2018
dblaikie added subscribers: ruiu, dblaikie.
dblaikie added a comment.
Out of curiosity - would it be possible/useful to avoid keeping all the
pubnames sections uncompressed at the same time? Would they be able to be
processed one at a time (uncompress 1, process it, delete it, uncompress
the second, process it, delete it, etc)?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52126
More information about the llvm-commits
mailing list