Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11570 invoked by uid 1010); 8 Mar 2007 21:43:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11555 invoked from network); 8 Mar 2007 21:43:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2007 21:43:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 66.249.82.232 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.232] ([66.249.82.232:53788] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/00-09497-87380F54 for ; Thu, 08 Mar 2007 16:43:22 -0500 Received: by wx-out-0506.google.com with SMTP id i27so653625wxd for ; Thu, 08 Mar 2007 13:43:18 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YJYiGdLp3RKTrzfa0UawfdBqWYW1A7g7NmUJ1rdLQ6roGR/KByaedOtwRzkNQ3rpxQkMJG4scTaDFNptwv7ppvP4gZ1Ae20LXTcHrS/Z0q1pBIflsrzKBiPgtuPxHEcB3MDgnzjl00F1j2840Wtz+tCr78KT3+KG01ai01WA9oU= 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=t2+H008hhdl5SrscrXkJMiwVfhz9WGe3bXnbbIHscVJHLmJcbszrONsVMAVX1D0mWZrJzgYX+uTTgZdtblxcIjOs96koytZh0NNw1YRYEa9H6IF1Xw4RMYLCAwoNghevLYHfK/5AJ9HEeoZMQNWXXxzJ27Pu3ZJMZNt+2BAi+28= Received: by 10.90.35.15 with SMTP id i15mr985239agi.1173390198453; Thu, 08 Mar 2007 13:43:18 -0800 (PST) Received: by 10.90.104.10 with HTTP; Thu, 8 Mar 2007 13:43:18 -0800 (PST) Message-ID: <57792e850703081343p6b617eccybbc22b1dbca554c4@mail.gmail.com> Date: Thu, 8 Mar 2007 13:43:18 -0800 To: "Jacob Santos" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] PHP Just-In-Time Compiler From: iamstever@gmail.com (steve) > Has anyone tried this or know of anyone who is interested in > implementing this for the Zend Engine? http://www.php-mag.net/magphpde/magphpde_article/psecom,id,729,nodeid,21.html I'd settle for faster method dispatching, but JIT would be great. Can always use the speed. :) > The idea behind PHP from day one was that it was an environment for > wrapping compiled code. Things that are performance critical is written > in C/C++ and things that aren't are left in the PHP templates. Whether Best laid plans... :) Does remind me about the quote regarding the total market for computers being eight. :)