Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85685 invoked by uid 1010); 4 Oct 2004 21:14:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85657 invoked from network); 4 Oct 2004 21:14:41 -0000 Received: from unknown (HELO jan.prima.de) (83.97.50.139) by pb1.pair.com with SMTP; 4 Oct 2004 21:14:41 -0000 Received: from BAUMBART (pD95F871C.dip.t-dialin.net [::ffff:217.95.135.28]) (IDENT: HydraIRC, AUTH: LOGIN tobi) by jan.prima.de with esmtp; Mon, 04 Oct 2004 21:14:40 +0000 Date: Mon, 4 Oct 2004 23:14:32 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1946462076.20041004231432@marcus-boerger.de> To: Sebastian Bergmann CC: internals@lists.php.net In-Reply-To: References: <41619EE0.70307@prohost.org> <24e5f3b7041004121810f59641@mail.gmail.com> <4710058306.20041004212651@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] GCC/CFLAGS Benchmark for HEAD and PHP_5_0 From: helly@php.net (Marcus Boerger) Hello Sebastian, Monday, October 4, 2004, 10:01:36 PM, you wrote: > Marcus Boerger wrote: >> That means not using all opcodes could result in faster execution with >> the function based executor. Maybe sebastian could try that too? > How would I do that? 3.*, 4.*: switch only 5.0: call only 5.1: ./configure --with-zend-vm=[CALL|SWITCH|GOTO] regards marcus