Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36491 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30808 invoked from network); 25 Mar 2008 12:47:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2008 12:47:13 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:56329] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/57-27660-054F8E74 for ; Tue, 25 Mar 2008 07:47:13 -0500 Received: from dhcp-172-28-202-230.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 5974811F1B0; Tue, 25 Mar 2008 13:47:09 +0100 (CET) Date: Tue, 25 Mar 2008 13:47:08 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <7124808.20080325134708@marcus-boerger.de> To: Dmitry Stogov , Johannes Schlueter CC: PHP Internals List In-Reply-To: <47E8D7FC.7020409@zend.com> References: <47E8D19C.6090608@zend.com> <505001029.20080325112757@marcus-boerger.de> <47E8D7FC.7020409@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] re2c scanner issue From: helly@php.net (Marcus Boerger) Hello Dmitry, Johannes wow! so we all together made pretty good progress. We really need to announce that, maybe to make people help in getting the release straight? marcus Tuesday, March 25, 2008, 11:46:20 AM, you wrote: > Sorry, but I didn't store benchmarks before re2c patch so I can just > compare PHP_5_3 and PHP_5_2. > Drupal 20% faster > Qdig 2% faster > typo3 30% faster > wordpress 15% faster > xoops 10% faster > Not all the speedup caused by re2c scanner, but it makes significant > part of it. > Thanks. Dmitry. > Marcus Boerger wrote: >> Hello Dmitry, >> >> Tuesday, March 25, 2008, 11:19:08 AM, you wrote: >> >>> Hi Marcus, >> >>> The ext/tokenizer/tests/token_get_all_variation17.phpt is probably the >> >> There are probably more changes coming so there is not so much need to >> change this part right now. >> >>> last broken test. It has a memleak. I am not trying to fix it because >>> you should know it much better, also re2c scanner is not ported to HEAD >>> yet and you may keep changes that must be ported. >> >> Yep we're aware of this. Right now Scott is doing the MFB to HEAD part and >> last time I talked with him he made pretty good progress. I updated a lot >> of stuff in re2c to give myself more freedom in how to address the task of >> bringing back multibyte support back in. I also started on the PHP side and >> fixed quite a bunch of issues in the multibyte code so far. The good news >> is that my normal build still works as expected. >> >>> BTW PHP_5_3 became faster. Good work! >> >> Good to hear from others. Did you do any profiling you could share? >> >> Best regards, >> Marcus >> Best regards, Marcus