From owner-cvs-all Mon Jun 28 2:52:49 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 0DBD014C96; Mon, 28 Jun 1999 02:52:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA10284; Mon, 28 Jun 1999 02:52:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199906280952.CAA10284@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 28 Jun 1999 02:52:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs/files freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/06/28 02:52:47 PDT Modified files: lang/egcs/files freebsd.h Log: Define "OBSTACK_CHUNK_SIZE" as getpagesize(). Our malloc can allocte pagesized blocks efficiently and the EGCS default size of 4072 bytes is not optimal. Protect #define's and other minor syncing with src/contrib/egcs/gcc/config/freebsd.h OBSTACK_CHUNK_SIZE Submitted by: Hidetoshi Shimokawa Revision Changes Path 1.3 +17 -17 ports/lang/egcs/files/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message