This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/10962] [3.3 regression] lookup_field is a linear search on a linked list (can be slow if large struct)
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2003 18:49:05 -0000
- Subject: [Bug c/10962] [3.3 regression] lookup_field is a linear search on a linked list (can be slow if large struct)
- References: <20030524022944.10962.pinskia@physics.uc.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10962
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[3.3/3.4 regression] |[3.3 regression]
|lookup_field is a linear |lookup_field is a linear
|search on a linked list (can|search on a linked list (can
|be slow if large struct) |be slow if large struct)
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-16 18:49 -------
Only a 3.3 regression now.