Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50311 invoked by uid 1010); 22 Sep 2004 18:09:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50286 invoked from network); 22 Sep 2004 18:09:44 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 22 Sep 2004 18:09:44 -0000 Received: (qmail 9956 invoked from network); 22 Sep 2004 18:09:42 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 22 Sep 2004 18:09:42 -0000 Message-ID: <5.1.0.14.2.20040922110625.05297540@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 22 Sep 2004 11:09:47 -0700 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: New VM architecture From: andi@zend.com (Andi Gutmans) Guys, There's no feedback about the new VM architecture and it's hard to maintain the patches as changes are being made to the source base constantly. I will recommit the patches on Monday unless someone has reasonable objections. I reverted the patch so that people had time to review but it doesn't seem to have happened eventhough I've sent out two reminders. In general, this patch improves performance by about 20% and supports goto opcode threading. I don't see a very good reason not to commit it. Andi