From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 1 23:17:04 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E9716A509 for ; Sat, 1 Jul 2006 23:17:04 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18EE456D8 for ; Sat, 1 Jul 2006 22:59:46 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k61MxRhk011006 for ; Sat, 1 Jul 2006 15:59:27 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k61MxRjl011005 for freebsd-hackers@freebsd.org; Sat, 1 Jul 2006 15:59:27 -0700 (PDT) (envelope-from sgk) Date: Sat, 1 Jul 2006 15:59:27 -0700 From: Steve Kargl To: freebsd-hackers@freebsd.org Message-ID: <20060701225927.GA10964@troutmask.apl.washington.edu> References: <000f01c69ca5$02fa8ff0$6400a8c0@s2003> <20060701032139.GB4915@dan.emsphone.com> <319cceca0607011050j46e184d9w427d8ef8a8ac7373@mail.gmail.com> <20060701223755.GA10881@troutmask.apl.washington.edu> <20060701224324.GA17057@britannica.bec.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060701224324.GA17057@britannica.bec.de> User-Agent: Mutt/1.4.2.1i Subject: Re: Alternative compiler toolchain ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 23:17:04 -0000 On Sun, Jul 02, 2006 at 12:43:24AM +0200, joerg@britannica.bec.de wrote: > On Sat, Jul 01, 2006 at 03:37:55PM -0700, Steve Kargl wrote: > > On Sat, Jul 01, 2006 at 08:50:08PM +0300, Maslan wrote: > > > There is also NwCC under BSDL but it still not as mature as gcc > > > http://nwcc.sf.net > > > > > > > "not as mature as gcc" is an amazing understatement. nwcc has > > no floating point support. > > Makes it ideal for the kernel, I'd say :-) > It depends. If nwcc has no knowledge of floating point registers, then the optimized npx bzero and copyin/copyout operations aren't available. Nothing like a slow kernel. It is also noted on the nwcc webpage that it does not support bitfields. Are bitfields absent from the kernel. Additionally, the OP wants a toolchain to replace gcc. FreeBSD is more than a kernel. -- Steve