This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30610] huge memory consumption with -O3
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2007 16:51:13 -0000
- Subject: [Bug c/30610] huge memory consumption with -O3
- References: <bug-30610-9200@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2007-01-27 16:51 -------
All time is suck up in PRE:
tree PRE : 36.36 (93%) usr 0.40 (95%) sys 36.85 (93%) wall
88918 kB (96%) ggc
TOTAL : 39.03 0.42 39.74
92276 kB
though it uses only 512MB for me (and 36s) using a release-checking enabled
build from 20070113.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dberlin at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30610