This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/12655] [tree-ssa] Excessive memory usage---32-bit virtual memory exhausted


------- Additional Comments From lucier at math dot purdue dot edu  2003-11-19 05:30 -------
Subject: Re:  [tree-ssa] Excessive memory usage---32-bit virtual memory exhausted

I'm out of town, but I managed to build it and compute the current  
time.  It required about 340 MB, top, to compile:

banach-21% time ~/local/tree-ssa/bin/gcc -I../include -I. -Wall -W  
-Wno-unused -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math  
-fno-strict-aliasing -fomit-frame-pointer -fPIC -fno-common  
-DHAVE_CONFIG_H -D___PRIMAL -D___LIBRARY -D___GAMBCDIR=\"/usr/local/\"  
-c _num.i -v
Reading specs from  
/export/mdd0/users/lucier/local/tree-ssa/bin/../lib/gcc/sparc-sun- 
solaris2.8/3.5-tree-ssa/specs
Configured with: ../configure --enable-languages=c  
--prefix=/home/c/lucier/local/tree-ssa
Thread model: posix
gcc version 3.5-tree-ssa 20031118 (merged 20031111)
   
/export/mdd0/users/lucier/local/tree-ssa/bin/../libexec/gcc/sparc-sun- 
solaris2.8/3.5-tree-ssa/cc1 -fpreprocessed _num.i -quiet -dumpbase  
_num.i -mcpu=v7 -auxbase _num -O1 -Wall -W -Wno-unused -version  
-fno-math-errno -fschedule-insns2 -fno-trapping-math  
-fno-strict-aliasing -fomit-frame-pointer -fPIC -fno-common -o  
/tmp/ccbTc7Fr.s
GNU C version 3.5-tree-ssa 20031118 (merged 20031111)  
(sparc-sun-solaris2.8)
         compiled by GNU C version 3.5-tree-ssa 20031118 (merged  
20031111).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  /usr/ccs/bin/as -V -Qy -s -K PIC -xarch=v8 -o _num.o /tmp/ccbTc7Fr.s
/usr/ccs/bin/as: Sun WorkShop 6 99/08/18
1794.66u 117.09s 7:42.72 413.1%

This is with checking enabled, so I don't think this is an issue  
anymore.

If it becomes an issue, I'll file another report ;-).

Brad



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12655


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]