From owner-freebsd-hackers Sun Apr 23 18:23:22 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA16036 for hackers-outgoing; Sun, 23 Apr 1995 18:23:22 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id SAA16029 ; Sun, 23 Apr 1995 18:23:21 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Subject: Re: benchmark hell.. In-reply-to: Your message of "Sun, 23 Apr 95 23:55:49 +0200." <199504232155.XAA02620@jette.heep.sax.de> Date: Sun, 23 Apr 1995 18:23:19 -0700 Message-ID: <16028.798686599@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@FreeBSD.org Precedence: bulk > > Part of the execl problem is the Sun-OS style shared libs that we > > use. > > To the contrary, *make*ing the Linux shlib's is a pain in the butt, > while it's a very easy process to create a SunOS-like shlib. I don't think that was the point. We all understand that *BSD's shared lib scheme is infinitely superior to the Linux one from the _developer's_ standpoint, but it's got its own performance penalty associated with it. We decided that the trade-off was worth it, Linux didn't. Jordan