From owner-freebsd-advocacy@FreeBSD.ORG Fri Mar 5 05:51:45 2004 Return-Path: Delivered-To: freebsd-advocacy@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625F316A4CE for ; Fri, 5 Mar 2004 05:51:45 -0800 (PST) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1EB43D1D for ; Fri, 5 Mar 2004 05:51:44 -0800 (PST) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (localhost [127.0.0.1]) by haldjas.folklore.ee (8.12.10/8.12.10) with ESMTP id i25DpQUA079836; Fri, 5 Mar 2004 15:51:26 +0200 (EET) (envelope-from narvi@haldjas.folklore.ee) Received: from localhost (narvi@localhost)i25DpMCe079830; Fri, 5 Mar 2004 15:51:22 +0200 (EET) (envelope-from narvi@haldjas.folklore.ee) Date: Fri, 5 Mar 2004 15:51:22 +0200 (EET) From: Narvi To: Daniela In-Reply-To: <200403050615.55106.dgw@liwest.at> Message-ID: <20040305155015.Y38020@haldjas.folklore.ee> References: <200403041513.00003.DavidJohnson@Siemens.com> <200403050615.55106.dgw@liwest.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on haldjas.folklore.ee cc: Johnson David cc: freebsd-advocacy@freebsd.org Subject: Re: FreeBSD Most wanted X-BeenThere: freebsd-advocacy@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Evangelism List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 13:51:45 -0000 On Fri, 5 Mar 2004, Daniela wrote: > On Thursday 04 March 2004 23:12, Johnson David wrote: > > On Thursday 04 March 2004 02:40 pm, Daniela wrote: > > > Cross platform applications are slower than apps that are optimized > > > for one particular platform. I know what I'm speaking of. What are > > > the extended features of a platform good for, when you can't use them > > > because another platform doesn't have them? > > > > Not necessarily true. You won't be able to perform any platform specific > > optimizations, but in general cross platform code is not any slower > > than platform specific code. Three examples: NetBSD, Linux kernel, Qt. > > Neither NetBSD nor Linux are considered "slow" by any stretch of the > > imagination. Qt is impresively fast, and is only called "sluggish" by > > biased trolls. > > I'm not speaking of your average code, I'm speaking of high-speed assembly > language programs. > and how many millions of lines of that have you written and maintained? Are you sure it would not be faster if it was re-written in C and compiled ? > Daniela >