[PATCH] D52194: [ELF] Keep GdbIndexSection::Symbols non-flattened to avoid allocating large vector

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 16:00:00 PDT 2018


ruiu added a comment.

I knew I could do this, but I chose to not do for the sake of simplicity of the code. I don't generally want to optimize code unless it is necessary. I'm working on re-commiting the patch I committed last week, which should reduce the memory consumption of this part of code significantly. I'm hoping that completely solves the issue.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52194





More information about the llvm-commits mailing list