From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23577 invoked by alias); 1 Apr 2004 13:25:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23558 invoked by uid 48); 1 Apr 2004 13:25:13 -0000 Date: Thu, 01 Apr 2004 13:25:00 -0000 Message-ID: <20040401132513.23557.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040401120607.14809.boeck@fhi-berlin.mpg.de> References: <20040401120607.14809.boeck@fhi-berlin.mpg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14809] performance depends on allocation methods X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00038.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-01 13:25 ------- I cannot reproduce it on my machine with the mainline. tin:~/src/gnu/gcctest>g++ -O2 pr14809.a.cc tin:~/src/gnu/gcctest>time ./a.out 0 21.460u 0.020s 0:42.13 50.9% 0+0k 0+0io 180pf+0w tin:~/src/gnu/gcctest>g++ -O2 pr14809.b.cc time ./a.out 0 21.750u 0.110s 0:33.76 64.7% 0+0k 0+0io 177pf+0w tin:~/src/gnu/gcctest>g++ -O2 pr14809.c.cc tin:~/src/gnu/gcctest>!tim time ./a.out 0 20.970u 0.750s 0:28.55 76.0% 0+0k 0+0io 177pf+0w -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14809