[PATCH] D26006: Further reduce the number of allocators

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 14:35:54 PDT 2016


On 26 October 2016 at 17:26, Rui Ueyama <ruiu at google.com> wrote:
> ruiu added a comment.
>
> I wonder if we add a virtual dtor to InputSection. Do you think it's too expensive?

I would much prefer to not do that. It is really odd to have a Kind
and virtual in the same section.

Cheers,
Rafael


More information about the llvm-commits mailing list