Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50360 invoked by uid 1010); 17 Jun 2005 10:07:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50344 invoked from network); 17 Jun 2005 10:07:47 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 17 Jun 2005 10:07:47 -0000 X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.4/2.6 Received: from ([80.91.229.2:46965] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id D8/CC-20931-2F0A2B24 for ; Fri, 17 Jun 2005 06:07:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DjDfZ-0003nH-TY for internals@lists.php.net; Fri, 17 Jun 2005 12:01:49 +0200 Received: from p50883759.dip.t-dialin.net ([80.136.55.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jun 2005 12:01:49 +0200 Received: from sb by p50883759.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Jun 2005 12:01:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 17 Jun 2005 12:05:33 +0200 Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p50883759.dip.t-dialin.net User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en X-Enigmail-Version: 0.92.0.0 Sender: news Subject: Adding the generated files for GOTO/SWITCH VM to CVS From: sb@sebastian-bergmann.de (Sebastian Bergmann) It would be great (from a usability point) to add the generated files for all three (CALL, GOTO, SWITCH) VM models to CVS as zend_vm_opcodes_call.h zend_vm_execute_call.h zend_vm_opcodes_goto.h zend_vm_execute_goto.h zend_vm_opcodes_switch.h zend_vm_execute_switch.h and have the --with-zend-vm configure parameter choose the right pair. This way it will be possible to build GOTO and SWITCH without a working PHP interpreter available. It would also be consistent with the "have all generated files in CVS" rule. To make things easier with this new setup the zend_vm_gen.php script should be changed that it creates the above listed files by default. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69