This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/24867] many N^2 loops in objc frontend
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jul 2017 15:53:29 +0000
- Subject: [Bug objc/24867] many N^2 loops in objc frontend
- Auto-submitted: auto-generated
- References: <bug-24867-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |egallager at gcc dot gnu.org
--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Nathan Froyd from comment #5)
> 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_type): New function.
> (add_objc_string): Use it.
> (generate_protocol_list): Likewise.
> (generate_objc_image_info): Likewise.
> (add_field_decl): New function.
> (objc_build_struct): Use a VEC rather than building a TREE_LIST.
> (generate_struct_by_value_array): Use add_field_decl.
> (build_objc_symtab_template): Likewise.
> (build_module_descriptor): Likewise.
> (build_objc_exception_stuff): Likewise.
> (build_protocol_template): Likewise.
> (build_method_prototype_list_template): Likewise.
> (build_method_prototype_template): Likewise.
> (build_category_template): Likewise.
> (build_selector_template): Likewise.
> (build_class_template): Likewise.
> (build_super_template): Likewise.
> (build_ivar_template): Likewise.
> (build_ivar_list_template): Likewise.
> (build_method_list_template): Likewise.
> (build_method_template): Likewise.
>
> Modified:
> trunk/gcc/objc/ChangeLog
> trunk/gcc/objc/objc-act.c
Did this fix it?