From owner-freebsd-questions@FreeBSD.ORG Thu Dec 28 22:30:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8E5316A40F for ; Thu, 28 Dec 2006 22:30:53 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 8562913C46D for ; Thu, 28 Dec 2006 22:30:53 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so3714734uge for ; Thu, 28 Dec 2006 14:30:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=cmbIqNmDOrCfOVwZO4EdhfgCzVtx7nf3uM1VocXIhCqgSD/8ar90FdNChLwZY1WsskBZ9f0u9FQePuGLYSyWulWDkXwXebY/fDMqD603ohMvO5k2Q6HiKb1aeLabNWCGPjPEDKGCC15HFxhru3Iy9fkMZPnGD4/iXX2x+DeHUXs= Received: by 10.66.221.6 with SMTP id t6mr20447644ugg.1167345051980; Thu, 28 Dec 2006 14:30:51 -0800 (PST) Received: from ?192.168.123.111? ( [81.183.188.58]) by mx.google.com with ESMTP id k2sm21207978ugf.2006.12.28.14.30.48; Thu, 28 Dec 2006 14:30:51 -0800 (PST) Message-ID: <45944618.5050109@gmail.com> Date: Thu, 28 Dec 2006 23:32:56 +0100 From: deeptech71@gmail.com User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: compiling/compiler comparison X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2006 22:30:54 -0000 Compiling. Let's say that the project is debugged and working. The performance is of the highest priority. Does the executable code quality depend only on the compiler? Comparison between native and cross-compiling? Is it worth porting the project to GGC if you can download specifically optimized .asm code for GCC? What IDEs are currently available that use GCC? Finally, if someone knows wether microsoft's or GNU's compiler is better for generating faster windows code, please?