This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: insn-attrtab.c long time to compile..
- From: Andris Pavenis <andris dot pavenis at iki dot fi>
- To: Jay <jayk123 at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 10 Aug 2008 07:42:53 +0300
- Subject: Re: insn-attrtab.c long time to compile..
- References: <COL101-W45619EB68FB7A5F00F5EAEE67F0@phx.gbl>
Jay wrote:
4.2.3 insn-attrtab.c takes "a long time" to
compile on djgpp (build=host=target=i586-pc-msdosdjgpp, bootstrapping
from 4.2.3) with the default -g -O2.
It did not take "forever" to build it for me, but it takas some time (for
the mentioned target). For DJGPP I had similar problems with gcc-4.3.0
due to O(n) behaviour of DJGPP-s v-2.04 free(), which I solved by using
nmalloc() instead.
One hint however: Make sure that the stack size set by stubify.exe is big
enough. 1024Kb is OK. The default 512K is not.
Andris