Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19642 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57112 invoked by uid 1010); 16 Oct 2005 19:17:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57097 invoked from network); 16 Oct 2005 19:17:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2005 19:17:13 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:50125] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2C/E7-22302-737A2534 for ; Sun, 16 Oct 2005 15:17:11 -0400 Received: from [192.168.51.151] (mediatelier-17.mediatelier.fr [212.11.9.18] (may be forged)) (authenticated bits=0) by colo.lerdorf.com (8.13.5/8.13.5/Debian-3) with ESMTP id j9GJGxwC015246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 16 Oct 2005 12:17:06 -0700 Message-ID: <4352A6F7.9020808@lerdorf.com> Date: Sun, 16 Oct 2005 21:16:07 +0200 User-Agent: Thunderbird 1.4.1 (Macintosh/20051006) MIME-Version: 1.0 To: Sebastian Bergmann CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Non-PIC building of PHP From: rasmus@lerdorf.com (Rasmus Lerdorf) Sebastian Bergmann wrote: > Could someone, possibly Rasmus, please comment on this Gentoo issue? > > http://bugs.gentoo.org/show_bug.cgi?id=92776 Not sure what I am supposed to comment on here. They seem to have reproduced the performance problems of building PHP PIC. Whether it is because we have too many functions bouncing through the plt or not, I don't know, but the fact that -Bsymbolic made no difference on the numbers would hint at that not being the problem. -Rasmus