Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12651 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91723 invoked by uid 1010); 8 Sep 2004 22:40:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87163 invoked from network); 8 Sep 2004 22:38:04 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 8 Sep 2004 22:38:04 -0000 Received: (qmail 8355 invoked from network); 8 Sep 2004 22:37:49 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 8 Sep 2004 22:37:49 -0000 Message-ID: <5.1.0.14.2.20040908153706.02f6f0c0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 08 Sep 2004 15:37:42 -0700 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Something wrong with CVS commit? From: andi@zend.com (Andi Gutmans) I just commited a big patch to Zend and the commit message didn't come through. Any idea why? revision 1.1 date: 2004/09/08 22:14:12; author: andi; state: Exp; - Some architectural changes: a) We specialize opcodes according to op_type fields. Each opcode has to be marked with which op_type's it uses. b) We support different execution methods. Function handlers, switch() and goto dispatching. goto seems to be the fastest but it really depends on the compiler and how well it optimizes. I suggest playing around with optimization flags. - Warning: Things might break so keep us posted on how things are going. (Dmitry, Andi) Andi