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

2017-10-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

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

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING CC|

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

2010-07-03 Thread froydnj at gcc dot gnu dot org
--- Comment #5 from froydnj at gcc dot gnu dot org 2010-07-03 19:01 --- Subject: Bug 24867 Author: froydnj Date: Sat Jul 3 19:00:52 2010 New Revision: 161777 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161777 Log: PR objc/24867 * objc-act.c (build_sized_array

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

2005-11-15 Thread sabre at nondot dot org
--- Comment #4 from sabre at nondot dot org 2005-11-16 01:47 --- > Without more information, this bug > does not contain much information I listed three specific areas that can be improved. If you'd like me to close this and open 3 bugs I can. In addition there are many other places t

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

2005-11-15 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2005-11-15 12:20 --- It would be useful to to either have separate bugs for these issues, or to list them all in the audit trail of this bug. Without more information, this bug does not contain much information, it's more like an FYI ins

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

2005-11-14 Thread sabre at nondot dot org
--- 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

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

2005-11-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-15 05:00 --- The first one is just stupid: /* NB: Calling finish_struct() may cause type TYPE_LANG_SPECIFIC fields in all variants of this RECORD_TYPE to be clobbered, but it is therein that we store protocol conforma