[PATCH] D21257: Reduce size in memory. This is very helpful in a multi-module setups.

Vassil Vassilev via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 17 07:53:38 PDT 2016


v.g.vassilev added a comment.

Hi Lang,

Thanks for the reply.

Based on our profiling we found out that the Relocations allocated storage which we didn't need. It used to be a DenseMap and now it indeed changed to unordered_map. Maybe we don't need this anymore.

@karies should be able to give more details once he is back from vacation.

Cheers,
Vassil


Repository:
  rL LLVM

https://reviews.llvm.org/D21257





More information about the llvm-commits mailing list