This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug objc/24867] many N^2 loops in objc frontend



------- Comment #2 from sabre at nondot dot org  2005-11-15 05:59 -------
As I mentioned, there are *several* places where chainon is used where it
shouldn't be.  For example, several structs are built, with chainon being used
as an expensive "push_back".  It would be better to build the structs
backwards, then use nreverse.

-Chris


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]