Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36520 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95761 invoked from network); 25 Mar 2008 20:39:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2008 20:39:49 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 209.85.132.251 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.132.251 an-out-0708.google.com Received: from [209.85.132.251] ([209.85.132.251:45357] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/8D-28012-31369E74 for ; Tue, 25 Mar 2008 15:39:49 -0500 Received: by an-out-0708.google.com with SMTP id c18so730122anc.1 for ; Tue, 25 Mar 2008 13:39:45 -0700 (PDT) Received: by 10.100.133.11 with SMTP id g11mr22789830and.100.1206477584661; Tue, 25 Mar 2008 13:39:44 -0700 (PDT) Received: from ?192.168.1.133? ( [76.65.228.201]) by mx.google.com with ESMTPS id 7sm2237325agc.26.2008.03.25.13.39.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Mar 2008 13:39:44 -0700 (PDT) Cc: Marcus Boerger , PHP Internals List Message-ID: <64B4F6F2-B123-461F-99A1-EB10502B671A@prohost.org> To: Dmitry Stogov In-Reply-To: <47E8D7FC.7020409@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 25 Mar 2008 16:39:41 -0400 References: <47E8D19C.6090608@zend.com> <505001029.20080325112757@marcus-boerger.de> <47E8D7FC.7020409@zend.com> X-Mailer: Apple Mail (2.919.2) Subject: Re: [PHP-DEV] re2c scanner issue From: ilia@prohost.org (Ilia Alshanetsky) This is without an opcode cache I presume? On 25-Mar-08, at 6:46 AM, Dmitry Stogov 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Ilia Alshanetsky