From owner-cvs-all Sun Nov 7 2:38:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7122614DE4; Sun, 7 Nov 1999 02:38:08 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21601; Sun, 7 Nov 1999 02:38:08 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199911071038.CAA21601@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Nov 1999 02:38:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc final.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/11/07 02:38:08 PST Modified files: contrib/gcc final.c Log: Rev 1.2 appears to have come from this commit to gcc-2.6.1: phk 95/03/10 00:24:10 Modified: gnu/usr.bin/cc/cc_int final.c Since we are in the gcc bashing mood anyway: Add two changes for basic-block profiling: 1. use a .stabs(25) symbol to link all the data structures together with. The regular method isn't safe for the kernel. 2. add a BB before the prologue and add a BB after the epilogue, this alows us to find the length of any counted BB. This is a cheap and somewhat reasonable measure of actual cost. Note #1 was removed in rev 1.4. Revision Changes Path 1.7 +1 -1 src/contrib/gcc/final.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message