From owner-freebsd-stable Fri Nov 20 09:11:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23949 for freebsd-stable-outgoing; Fri, 20 Nov 1998 09:11:34 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23943; Fri, 20 Nov 1998 09:11:32 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id JAA03692; Fri, 20 Nov 1998 09:10:59 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.1/8.9.1) id JAA18141; Fri, 20 Nov 1998 09:10:58 -0800 (PST) (envelope-from jdp@polstra.com) Date: Fri, 20 Nov 1998 09:10:58 -0800 (PST) Message-Id: <199811201710.JAA18141@vashon.polstra.com> To: asami@FreeBSD.ORG Subject: Re: extremely slow cc1plus Newsgroups: polstra.freebsd.stable In-Reply-To: <199811200151.RAA27556@silvia.hip.berkeley.edu> Organization: Polstra & Co., Seattle, WA Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <199811200151.RAA27556@silvia.hip.berkeley.edu>, Satoshi Asami wrote: > * I've been compiling some stuff on a recent -stable (the package > * building machine) and just noticed this: > * > * === > * PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > * 29928 root 96 0 12772K 12108K RUN 8:07 56.80% 56.80% cc1plus > * : > * === > > Hm. The compilation (of this file) just finished, I think it took > about 10 CPU minutes. Welcome to the wonderful world of C++. It's the best thing that ever happened to Starbucks. > I got a bunch of error messages frem the assembler, I don't know if > it's related. > > === > : > g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" -fpic -c /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.cc -o /usr/ports/devel/amulet/work/amulet/src/widgets/testwidgets.o > /var/tmp/cci29926.s: Assembler messages: > /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_choice_proc__FG9Am_Object' should be global > /var/tmp/cci29926.s:18493: Warning: GOT relocation burb: `_do_pop_up_string_proc__FG9Am_Object' should be global [...] These messages aren't related to the compilation time. But they may cause problems during execution. These problems won't happen on an ELF system. (One of the benefits of switching.) I doubt that they'll ever be fixed for a.out. I 've fixed some of them before, but the ones that remain would be very difficult to fix. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message