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

sabre at nondot dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 15 05:59:00 GMT 2005



------- 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



More information about the Gcc-bugs mailing list