Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74250 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87722 invoked from network); 16 May 2014 07:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2014 07:41:02 -0000 Authentication-Results: pb1.pair.com header.from=ulf.wendel@phpdoc.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@phpdoc.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpdoc.de from 85.13.130.122 cause and error) X-PHP-List-Original-Sender: ulf.wendel@phpdoc.de X-Host-Fingerprint: 85.13.130.122 dd5506.kasserver.com Received: from [85.13.130.122] ([85.13.130.122:56618] helo=dd5506.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/94-58167-B01C5735 for ; Fri, 16 May 2014 03:41:00 -0400 Received: from [192.168.43.5] (unknown [46.115.157.88]) by dd5506.kasserver.com (Postfix) with ESMTPA id 24DD33121508; Fri, 16 May 2014 09:40:53 +0200 (CEST) Message-ID: <5375C0FB.7050207@phpdoc.de> Date: Fri, 16 May 2014 09:40:43 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Pierre Joye CC: PHP internals References: <537539AC.8080906@sugarcrm.com> <5375A15A.5020104@phpdoc.de> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] on memory usage with the 64bit patch, and interpretation of various numbers From: ulf.wendel@phpdoc.de (Ulf Wendel) Am 16.05.2014 07:30, schrieb Pierre Joye: > - the lower common denominator, platforms wild is what we do with this patch > Aha. https://wiki.php.net/rfc/size_t_and_int64_next lists three 64bit platforms: int - 2x 32bit, 1x 64bit -> lower common -> 32bit long - 2x 64bit, 1x 32bit -> lower common -> 32bit And, the RFC proposes: s/int/size_t -> 64bit s/long/int64_t -> 64bit Ulf