Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44334 invoked from network); 6 May 2014 03:01:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 03:01:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:32892] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/C8-44049-79058635 for ; Mon, 05 May 2014 23:01:44 -0400 Received: by mail-lb0-f176.google.com with SMTP id p9so1612197lbv.35 for ; Mon, 05 May 2014 20:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=D41LTtCqb/WBi69/097g1JtbXJnUAEKC4pcanpqoGNg=; b=q4PQkJpixUHQ8x9Jh/Yr8r4UQYaCjf0EUp+9QbJ3GztUZWXcfpOi3mECYsi+2wbMk9 VSqNd1RVAskClvQLLycQUEPOM6bJFGyLQMXbBsmpUKizTMl0HZii/xU6/klJe4f0ccn6 tzCJ+PCkB+dkAyv3+oC5VV56+pCf+tyl+wUsdMmjjb9+flL8dPHGiaS1eil86cpCJIjP T5p0OpSP2Yifu5hUM/+Iqo9VCG+nCgKlJbCJfMYHY/FVBiqRw4xXpfblcR+jSQ4troCy FNzAqezovf3hE1idLL0i1Re/Vc9iC7OCqOLRZnwycalH9DndR/8zkvQSKcEaPHPG+MRc 36Xg== X-Received: by 10.112.199.234 with SMTP id jn10mr3620681lbc.8.1399345300588; Mon, 05 May 2014 20:01:40 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.114.246.36 with HTTP; Mon, 5 May 2014 20:01:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 May 2014 11:01:20 +0800 X-Google-Sender-Auth: B7DyyHc4TpC5cKG8lOsRywmm4rE Message-ID: To: Pierre Joye Cc: Dmitry Stogov , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: laruence@php.net (Laruence) On Tue, May 6, 2014 at 6:25 AM, Pierre Joye wrote: > hi, > > Some comments about the future ideas: > > . replace the memory manager > > If you are working on it now, please do it in public so other can > contribute and ensure that it will work on all supported platforms and > SAPIs. Debugging a huge patch is much harder and time consuming than > constantly improving something. > > - refactoring zpp > > this idea fits very well with what we need for the 64 bit branch as > well. Some coop are necessary here as well. > > - jsond > > Unless there are some very bad BC breaks, I would really like to see > it merged in master very soon. This is the best way to get it stable > and tested. Hey: I was working on it yesterday, but, it turns out, the parser of it assume array and object properties are all Hashtables.. unfortunately, in ng, array is zend_array now... so, it will need a little more works to do... anyway: I will keep working on it, but not now... :) thanks > > Cheers, > -- > Pierre > > @pierrejoye | http://www.libgd.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Laruence Xinchen Hui http://www.laruence.com/