[PATCH] D48100: Append new attributes to the end of an AttributeList.

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 25 16:07:49 PDT 2018


Meinersbur added a comment.

In https://reviews.llvm.org/D48100#1142866, @erichkeane wrote:

> I'm currently attempting to remove the AttributeList's linked-listness.


Thank you. This should also resolve the non-optimal asymptotic execution time to append new attributes at the end of the list.


Repository:
  rC Clang

https://reviews.llvm.org/D48100





More information about the cfe-commits mailing list