Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90430 invoked by uid 1010); 15 Feb 2007 19:10:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90415 invoked from network); 15 Feb 2007 19:10:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2007 19:10:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.238 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.238 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.238] ([64.233.162.238:31484] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/91-06535-A30B4D54 for ; Thu, 15 Feb 2007 14:10:51 -0500 Received: by nz-out-0506.google.com with SMTP id k1so695576nzf for ; Thu, 15 Feb 2007 11:10:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bojjTV+REN/6cYYmK3+Yp2b5g5IS1sIRepZFdwBWPw0yNK4d+S8OCc0DP3mVXvDPknyNAE1CWqe1dOx+c+TADkmOvGwlHjAv6J4ylPNmwdO5duArUwPEaVW9mIpzPbVmU9dDZ7DP9/jAi0CmUokLRym5kgkq58bKohSJ/sY+nRE= Received: by 10.64.131.17 with SMTP id e17mr3445982qbd.1171566647918; Thu, 15 Feb 2007 11:10:47 -0800 (PST) Received: by 10.64.148.9 with HTTP; Thu, 15 Feb 2007 11:10:47 -0800 (PST) Message-ID: Date: Thu, 15 Feb 2007 20:10:47 +0100 To: "Andrei Zmievski" Cc: "Dmitry Stogov" , "Andi Gutmans" , "Rasmus Lerdorf" , "Sara Golemon" , internals@lists.php.net In-Reply-To: <23c1f670a2597090e968c6fe0f056ba7@gravitonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000001c75030$b1825730$6e02a8c0@thinkpad> <23c1f670a2597090e968c6fe0f056ba7@gravitonic.com> Subject: Re: [PHP-DEV] RE: runtime JIT From: pierre.php@gmail.com (Pierre) On 2/15/07, Andrei Zmievski wrote: > Just to be clear: does this implement runtime JIT per-element or for > the whole array at once? The whole array. It is exactly like what we have now for the compile-time JIT. --Pierre