public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* C++: Why do we nreverse CLASSTYPE_TAGS
@ 2003-03-24 18:23 Gabriel Dos Reis
  2003-03-24 18:34 ` Mark Mitchell
  0 siblings, 1 reply; 19+ messages in thread
From: Gabriel Dos Reis @ 2003-03-24 18:23 UTC (permalink / raw)
  To: gcc; +Cc: mark, jason


Hi,

  While working for a conservative solution (i.e. minimal patch) for
reducing excessive compile-time in GCC-3.3/cc1plus, I noted that we
are nreverse()ing the list of class-types or enums declared at a
class-scope in cp/class.c:unreverse_member_declarations().

As far as I can see, reversing the CLASSTYPE_TAGS is not necessary
since the whole purpose of CLASSTYPE_TAGS is serving as a database for
name lookup.

What am I missing?

-- Gaby

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2003-03-29 13:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-24 18:23 C++: Why do we nreverse CLASSTYPE_TAGS Gabriel Dos Reis
2003-03-24 18:34 ` Mark Mitchell
2003-03-24 19:18   ` Gabriel Dos Reis
2003-03-24 19:36     ` Mark Mitchell
2003-03-24 19:56       ` Gabriel Dos Reis
2003-03-24 20:05         ` Mark Mitchell
2003-03-24 20:08           ` Matt Austern
2003-03-24 20:48             ` Gabriel Dos Reis
2003-03-24 20:55               ` Matt Austern
2003-03-24 21:38                 ` Mike Stump
2003-03-24 22:19                   ` Jamie Lokier
2003-03-24 21:51             ` Mark Mitchell
2003-03-24 22:33               ` Gabriel Dos Reis
2003-03-25  3:13               ` Gabriel Dos Reis
2003-03-25  6:38               ` Jason Merrill
2003-03-25  6:42                 ` Gabriel Dos Reis
2003-03-25  6:59                   ` Jason Merrill
2003-03-25 11:26                     ` Gabriel Dos Reis
2003-03-29 16:20                     ` Gabriel Dos Reis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).