Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73923 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19407 invoked from network); 5 May 2014 23:53:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2014 23:53:17 -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 209.85.212.178 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.212.178 mail-wi0-f178.google.com Received: from [209.85.212.178] ([209.85.212.178:42891] helo=mail-wi0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/56-44049-B6428635 for ; Mon, 05 May 2014 19:53:16 -0400 Received: by mail-wi0-f178.google.com with SMTP id hm4so47718wib.5 for ; Mon, 05 May 2014 16:53:12 -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=437mNNNLCSbG82YvVIK5zdWXHbDA2Kw6HpHWln3ZPsY=; b=KzA3xaLnFcTLEfxHf/8/DqGlu+1lzXOUmWIAGAEOjXvI33Z2O5KU4inSMrgOE2HMHc vyN/3MxSLK7kgnsJSzeq6w68owC89O3JTiTDwMGJ7I1NORZi9gz4p8Ujpe1FpHJFNRs8 JMzjbh/1r6FoyC5MvhACAv3wjDK/CJVVgywp6hangBZTJ5Ev5AvaFPCALQw15jDbUFAw sz6rTKweWnwB7FJdZPTRBfVEENvVKjF2W2D/EkdUG5mlDBhpjtXt6z8ucKFWeVv8F0QT fE71YiML4P4A2Qfc/K1b5LYzQbkoF9O4DAV4vW/cMXjs6gnT2xGDF4oK02um+yuGM15v Snyg== X-Gm-Message-State: ALoCoQkxMBdcRlMa12rLWsFwgECy1umBpBMqxHvDLjdt7qdZjkyWvIsU1DCiJraosxD31z0CkxFNrmqTtkBbcLZ+Twcdn6YAjjqM85eq1zBghAa15VZpJ6rDe0Voh10GoUnKLPeRUHTQ MIME-Version: 1.0 X-Received: by 10.180.89.241 with SMTP id br17mr18260326wib.0.1399333992403; Mon, 05 May 2014 16:53:12 -0700 (PDT) Received: by 10.227.57.133 with HTTP; Mon, 5 May 2014 16:53:12 -0700 (PDT) In-Reply-To: References: Date: Tue, 6 May 2014 03:53:12 +0400 Message-ID: To: Pierre Joye Cc: PHP Internals Content-Type: multipart/alternative; boundary=e89a8f3ba93b8a2df104f8afd50c Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: dmitry@zend.com (Dmitry Stogov) --e89a8f3ba93b8a2df104f8afd50c Content-Type: text/plain; charset=UTF-8 On Tue, May 6, 2014 at 2: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. > 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. :( Thanks. Dmitry. > > - 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. > > Cheers, > -- > Pierre > > @pierrejoye | http://www.libgd.org > --e89a8f3ba93b8a2df104f8afd50c--