[PATCH] D20433: [ELF] - Lazy initialization of MergeInputSection class internals.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun May 22 18:06:26 PDT 2016


ruiu added a comment.

You don't need to introduce a new notion of range for doing GC lazily. All you have to do is to memorize live offsets and apply it later. Please take a look at http://reviews.llvm.org/D20516


http://reviews.llvm.org/D20433





More information about the llvm-commits mailing list