Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70219 invoked from network); 6 May 2014 05:29:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 05:29:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 74.125.82.181 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 74.125.82.181 mail-we0-f181.google.com Received: from [74.125.82.181] ([74.125.82.181:38797] helo=mail-we0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/EB-44049-14378635 for ; Tue, 06 May 2014 01:29:37 -0400 Received: by mail-we0-f181.google.com with SMTP id w61so1544055wes.12 for ; Mon, 05 May 2014 22:29:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Q6t1X8MGd4XW/qmNlpOxohc4wUa6LYd6/0am9okjoI0=; b=ZgP5a2zid0pEzElr0gxaVyqhfjCo5dfQP2HlQToKLw8VgNKItS9JcLBeiBItffp0ph B7QNmlrhlADVaLpvE+bjmm9N6jnzBg5i24sLlS5OO6ZZgDGzOJ58lqV9qSbxsqHA4idt FBRDjV3ijEmk1ljtFu2lkuSpSNGmjeI7FzcDL6yw+gBylfRj1XRwdfiUeA//TQYSWeh0 A6DMFSJgk5l057YPgg6oljknTZdEM2G8AZ7+fAnZr5xg6rK8gzQ2X1i46LxJl0sSWswN /TA+KMTAE2zIAAJSmaWd1IX9pZUYe+EsnoByhY+vwDHtTAJtjP1+UWl+yOrO3y8lfMQz BYzw== X-Gm-Message-State: ALoCoQkqW+o92XVbakcsN/gh+gmMqFAWoId9gutuz2iqEEufsVPELWWzhgBulUj3Co7P17mpGb7XqckJ249nf5kcy9aBII584ngsfeaw+glWhyavv85legqcTrIWsVjEL0samcG5rfBx MIME-Version: 1.0 X-Received: by 10.180.89.241 with SMTP id br17mr720930wib.0.1399354174099; Mon, 05 May 2014 22:29:34 -0700 (PDT) Received: by 10.227.234.6 with HTTP; Mon, 5 May 2014 22:29:33 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 May 2014 09:29:33 +0400 Message-ID: To: Pierre Joye Cc: PHP Internals Content-Type: multipart/alternative; boundary=e89a8f3ba93b766bbf04f8b4889a Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: dmitry@zend.com (Dmitry Stogov) --e89a8f3ba93b766bbf04f8b4889a Content-Type: text/plain; charset=UTF-8 I'm going to integrate it into phpng later. It's probably a too big change for "master". Thanks. Dmitry. On Tue, May 6, 2014 at 8:21 AM, Pierre Joye wrote: > On Tue, May 6, 2014 at 1:53 AM, Dmitry Stogov wrote: > > > I sent xx_malloc prototype on December (nobody was really interested). > > I didn't make any related work (just tested that it works with refactored > > php and gives some improvement). > > I don't plan to work on it in nearest weeks, because MM changes must be > > completely transparent for extensions and I like to think about the parts > > that might affect others first. > > > >> > >> - 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. > > > > > > I think it's unrelated to 64 bit. Just an API designed without > performance > > in mind. :( > > > There was quite some interest if I remember correctly. But you defined > it as highly experimental and on going work. I think it would have > made sense to have a branch with it or use master with a flag to ease > testing and contributions (and still makes sense). > > Cheers, > -- > Pierre > > @pierrejoye | http://www.libgd.org > --e89a8f3ba93b766bbf04f8b4889a--