From owner-cvs-all@FreeBSD.ORG Tue Jul 22 13:27:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B2437B401; Tue, 22 Jul 2003 13:27:06 -0700 (PDT) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AE443F75; Tue, 22 Jul 2003 13:27:04 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.8/8.12.8) with ESMTP id h6MKQwV3020936; Tue, 22 Jul 2003 20:26:58 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h6MKQv5H015049; Tue, 22 Jul 2003 22:26:57 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Marcel Moolenaar From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 22 Jul 2003 13:19:18 PDT." <20030722201918.GA1052@athlon.pn.xcllnt.net> Date: Tue, 22 Jul 2003 22:26:57 +0200 Message-ID: <15048.1058905617@critter.freebsd.dk> cc: "Alan L. Cox" cc: src-committers@FreeBSD.org cc: Bosko Milekic cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: Steve Kargl cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 20:27:06 -0000 In message <20030722201918.GA1052@athlon.pn.xcllnt.net>, Marcel Moolenaar write s: >I hope we can come up with a scheme that allows us to control >inlining on a per-platform basis. What GCC needs is the "auxillary info file" concept like the old MW compiler had, a file where you wrote hints to the optimizer and supressed warnings. If I remember right you could silence warnings by file+line or function+line, and you could specify various properties by global_name or function+local_name. That would allow us to keep different files for different archs... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.