From owner-freebsd-questions@FreeBSD.ORG Fri Jul 10 20:50:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E011065676 for ; Fri, 10 Jul 2009 20:50:49 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from mail-ew0-f227.google.com (mail-ew0-f227.google.com [209.85.219.227]) by mx1.freebsd.org (Postfix) with ESMTP id 64D2E8FC14 for ; Fri, 10 Jul 2009 20:50:49 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by ewy27 with SMTP id 27so456933ewy.43 for ; Fri, 10 Jul 2009 13:50:48 -0700 (PDT) Received: by 10.210.78.16 with SMTP id a16mr1705576ebb.1.1247259048109; Fri, 10 Jul 2009 13:50:48 -0700 (PDT) Received: from nognu.de (pD9EA8181.dip0.t-ipconnect.de [217.234.129.129]) by mx.google.com with ESMTPS id 5sm3444299eyh.0.2009.07.10.13.50.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Jul 2009 13:50:46 -0700 (PDT) Date: Fri, 10 Jul 2009 22:51:36 +0200 From: Frank Steinborn To: Daniel Underwood Message-ID: <20090710205136.GB1860@nognu.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-questions@freebsd.org Subject: Re: Matlab running on linux wrapper 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: Fri, 10 Jul 2009 20:50:50 -0000 Daniel Underwood wrote: > Will binaries running on the linux binaries wrapper run slower due to > having to be run on the linux layer? It depends. In most cases, it will just run as fine as on Linux, sometimes it is even faster. The Linux compatibility is no emulation, it just translates syscalls, so you shouldn't notice a performance-hit in 99% of cases... but of course there are corner cases where it could be that the performance of your Linux-binary on FreeBSD is not 100% as fast as Linux. See the Handbook for a deeper understanding of how the Linux compatibility is working :) Cheers, steinex