[PATCH] D52126: Discard uncompressed buffer after creating .gdb_index contents.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 16:08:53 PDT 2018
ruiu added a comment.
It is doable and perhaps we should do that. Currently, we decompress all compressed sections before doing anything, so that such sections are handled as if they weren't compressed at all, but sometimes that leads to a waste of time and memory.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52126
More information about the llvm-commits
mailing list