commit | e70d6457a648c25d4382bcc030e9f5a94f3ca189 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Jan 25 11:17:24 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Thu Feb 15 10:16:48 2024 -0700 |
tree | 3f52408d44a03e39787392ac5b5fa30abde5d029 | |
parent | 7921285b6c2ba0bee9bb21d8e23fdea4c790c181 [diff] |
Move lookup_name_info creation into basic_lookup_transparent_type I noticed that basic_lookup_transparent_type calls two different functions that both proceed to create a lookup_name_info. It's more efficient to create this object in the outermost layer possible. Making this change required a few related changes, resulting in this patch. There are still more changes of this sort that could be made. Regression tested on x86-64 Fedora 38.