From owner-freebsd-hackers Tue Oct 17 14:55:43 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA09969 for hackers-outgoing; Tue, 17 Oct 1995 14:55:43 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA09960 for ; Tue, 17 Oct 1995 14:55:38 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA28478; Tue, 17 Oct 1995 14:48:50 -0700 From: Terry Lambert Message-Id: <199510172148.OAA28478@phaeton.artisoft.com> Subject: Re: Optimizations matter? ( was Re: netisr code..) To: nate@rocky.sri.MT.net (Nate Williams) Date: Tue, 17 Oct 1995 14:48:50 -0700 (MST) Cc: terry@lambert.org, bde@zeta.org.au, hackers@FreeBSD.ORG In-Reply-To: <199510171910.NAA07670@rocky.sri.MT.net> from "Nate Williams" at Oct 17, 95 01:10:37 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 562 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > But, given 'optimized' versions and corresponding 'C' versions of the > code is a nice tradeoff. That way a person can (hopefully) see what the > code is attempting to do in a more readable manner while still having > access to highly optimized implementations as well. The trick being to keep both sets of code updated on interface changes. 8-(. One might require that interface changes be made to the C code first? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.