Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13206 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81637 invoked by uid 1010); 6 Oct 2004 22:10:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81582 invoked from network); 6 Oct 2004 22:10:29 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.245) by pb1.pair.com with SMTP; 6 Oct 2004 22:10:29 -0000 Received: by mproxy.gmail.com with SMTP id u52so439225cwc for ; Wed, 06 Oct 2004 15:10:20 -0700 (PDT) Received: by 10.11.117.26 with SMTP id p26mr1761754cwc; Wed, 06 Oct 2004 15:10:20 -0700 (PDT) Received: by 10.11.117.13 with HTTP; Wed, 6 Oct 2004 15:10:20 -0700 (PDT) Message-ID: <4e89b42604100615105d5afcde@mail.gmail.com> Date: Wed, 6 Oct 2004 23:10:20 +0100 Reply-To: Wez Furlong To: Andrei Zmievski Cc: "Thies C. Arntzen" , internals@lists.php.net In-Reply-To: <20041006203638.GA7237@gravitonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <5.1.0.14.2.20041001092521.02efb790@localhost> <20041006203638.GA7237@gravitonic.com> Subject: Re: [PHP-DEV] Variable fetch optimization From: kingwez@gmail.com (Wez Furlong) I'm a big fan of making the computer do the work on our behalf (that's what it's there for, right?). It shouldn't be a huge problem to write a php script to generate the different executors from a source file. If you're worried about bootstrapping, we can keep the generated files in CVS and/or bundle them pre-generated in the distro. --Wez. On Wed, 6 Oct 2004 13:36:38 -0700, Andrei Zmievski wrote: > On Sat, 02 Oct 2004, Thies C. Arntzen wrote: > > PS: i really think that the vm should be generated by a script! looking > > at what makes most of the patch i really think that we're making > > hacking the engine more complex than needed. > > I agree.. > > - Andrei