Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73926 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26200 invoked from network); 6 May 2014 00:22:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 00:22:46 -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.175 cause and error) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:36846] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/77-44049-55B28635 for ; Mon, 05 May 2014 20:22:46 -0400 Received: by mail-wi0-f175.google.com with SMTP id f8so2627436wiw.14 for ; Mon, 05 May 2014 17:22:43 -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=OOducKlOlHmYMr9MiIFhzryjGkH05TOusJxh8D0/b1U=; b=GQPfDBjmw7tb7IRBGK/+LpG47YwwOlMST4G50T3/3kRNnViO8IuVhp08BUuacgv1T7 c83SVXnpPK3ykbbzQDYF2G/RjBZUc972+S/B+bv7R88Wqip2/4cXjCK5ZO1xvPVmqjpC KPACe0wPGxr2r/K4J6mV7w5SCc+YgzD6FVhCi6/eeqkLN4NLumFiOvocnXAJN5Nk6DHY +hPgAGwMJtwAXUtqr8M+DxuVB14gEtWS2C+FoCRu5Soi0O3RbE0x8DUvEJ8dySqG2+PR kn9cyXjmX2tcCOBHb8cWre4V16Tb7zcx1NE+/fZgLHb2kE70sa47u0HrnKXypYuxx4yL sJuA== X-Gm-Message-State: ALoCoQlWHd+xvvaS17YKFFtMH4uh4CxUKJEAhW3M2drhlf8tf39knaf/1lnBANSy1q5uRe5W7REM76oTYNKx5OoA8IglD0eGOPJm7vxLyrrbItNoWmqcJHL0wbZkeuypRz9mxaEpFgYu MIME-Version: 1.0 X-Received: by 10.180.89.241 with SMTP id br17mr18341674wib.0.1399335763069; Mon, 05 May 2014 17:22:43 -0700 (PDT) Received: by 10.227.57.133 with HTTP; Mon, 5 May 2014 17:22:42 -0700 (PDT) In-Reply-To: <536829CD.6090102@sugarcrm.com> References: <536829CD.6090102@sugarcrm.com> Date: Tue, 6 May 2014 04:22:42 +0400 Message-ID: To: Stas Malyshev Cc: Pierre Joye , PHP Internals Content-Type: multipart/alternative; boundary=e89a8f3ba93b145b1a04f8b03f3c Subject: Re: [PHP-DEV] phpng: Refactored PHP Engine with Big Performance Improvement From: dmitry@zend.com (Dmitry Stogov) --e89a8f3ba93b145b1a04f8b03f3c Content-Type: text/plain; charset=UTF-8 yes. it must be easier to implement (less places have to be changed), but it may increase memory consumption. Thanks. Dmitry. On Tue, May 6, 2014 at 4:16 AM, Stas Malyshev wrote: > Hi! > > > Anyway, I think 64-bit integer support on Windows64 makes full sense and > > it's possible to add it into "phpng" right now. > > > > I'm not so sure about size_t string length. > > Shouldn't it be easier in phpng with everything using zend_string* > instead of char*+int? As far as I can see, making zend_string use 64-bit > length should be more or less painless, and then we only need to watch > out when we take string length and assign it to some other variable, > which shouldn't be too many places I hope. > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > --e89a8f3ba93b145b1a04f8b03f3c--