Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90206 invoked from network); 10 Jun 2008 13:34:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2008 13:34:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:42157] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/DC-15621-8C28E484 for ; Tue, 10 Jun 2008 09:34:02 -0400 Received: from ws.home ([10.1.1.1]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 10 Jun 2008 16:33:59 +0300 Message-ID: <484E82C1.5040609@zend.com> Date: Tue, 10 Jun 2008 17:33:53 +0400 User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Sebastian Bergmann CC: internals@lists.php.net References: <484E617D.6080508@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Jun 2008 13:34:00.0055 (UTC) FILETIME=[A3E97870:01C8CAFE] Subject: Re: [PHP-DEV] [PATCH] Executor improvements From: dmitry@zend.com (Dmitry Stogov) Exactly. The "fastcall" attribute wasn't supported before. Thanks. Dmitry. Sebastian Bergmann wrote: > Dmitry Stogov wrote: >> The proposed patch for PHP improves the executor. > > ZEND_GCC_VERSION >= 3400 means >= GCC 3.4.0, right? >