From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 7 19:16:34 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3282E3F0 for ; Mon, 7 Apr 2014 19:16:34 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::6]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE9478BE for ; Mon, 7 Apr 2014 19:16:33 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/auYssS93lf0CF/gM7Q== X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-2-202-209-65.web.vodafone.de [2.202.209.65]) by smtp.strato.de (RZmta 32.32 DYNA|AUTH) with ESMTPSA id 50034dq37JG7397 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for ; Mon, 7 Apr 2014 21:16:07 +0200 (CEST) Received: by britannica.bec.de (sSMTP sendmail emulation); Mon, 07 Apr 2014 21:16:07 +0200 Date: Mon, 7 Apr 2014 21:16:07 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Subject: Re: Assembly continues to be used in the development of FreeBSD? Message-ID: <20140407191607.GB11923@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 19:16:34 -0000 On Mon, Apr 07, 2014 at 09:16:50PM +0300, Jorge Luis Carvalho Santos wrote: > According to the book "Complete and Total C" by Herbert Schildt, the > general rule is not to use Assembly because it creates too many > problems. In theory, theory and practise are the same. In practise, they differ. Joerg