Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4330 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11970 invoked by uid 1010); 1 Sep 2003 01:51:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11946 invoked from network); 1 Sep 2003 01:51:03 -0000 Received: from unknown (HELO localhost.localdomain) (217.199.1.101) by pb1.pair.com with SMTP; 1 Sep 2003 01:51:03 -0000 Received: by localhost.localdomain (Postfix, from userid 1000) id 373494F350; Sun, 31 Aug 2003 15:31:11 +0200 (CEST) Reply-To: sterling@maguma.com To: internals@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Maguma AG Message-ID: <1062336670.21196.76.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 31 Aug 2003 15:31:11 +0200 Subject: -finline-limit=8192 From: sterling@maguma.com (Sterling Hughes) Hey, Just a note that compiling zend_execute.c with the -finline-limit=8192 flag provides a signifigant performance increase with PHP5 (not PHP4). But *just* compiling zend_execute.c with this flag seems to bring the performance boost, if you go to other files you get nasty cache trashing which slows things down. -Sterling