This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/29442] insn-attrtab has grown too large
- From: "rask at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Oct 2007 12:57:41 -0000
- Subject: [Bug other/29442] insn-attrtab has grown too large
- References: <bug-29442-13395@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from rask at gcc dot gnu dot org 2007-10-28 12:57 -------
Created an attachment (id=14421)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14421&action=view)
split insn-attrtab.c into three files
Here's the patch to split insn-attrtab.c into smaller pieces. The result:
$ wc -l insn-*tab.c
14566 insn-attrtab.c
44454 insn-dfatab.c
36815 insn-latencytab.c
95835 total
Please tell me if it makes a difference.
(It is necessary to run autoheader and autoconf in the gcc directory after
applying the patches.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29442