Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12652 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43852 invoked by uid 1010); 8 Sep 2004 22:50:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41294 invoked from network); 8 Sep 2004 22:49:40 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 8 Sep 2004 22:49:40 -0000 Received: from rasmus2.corp.yahoo.com (rasmus2.corp.yahoo.com [207.126.233.18]) by colo.lerdorf.com (8.13.1/8.13.1/Debian-12) with ESMTP id i88Mncv7019096; Wed, 8 Sep 2004 15:49:38 -0700 Date: Wed, 8 Sep 2004 15:49:32 -0700 (PDT) X-X-Sender: rasmus@t42p To: Andi Gutmans cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20040908153706.02f6f0c0@127.0.0.1> Message-ID: References: <5.1.0.14.2.20040908153706.02f6f0c0@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Something wrong with CVS commit? From: rasmus@php.net (Rasmus Lerdorf) I saw it. On Wed, 8 Sep 2004, Andi Gutmans wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >