Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22734 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14710 invoked by uid 1010); 13 Apr 2006 20:28:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14695 invoked from network); 13 Apr 2006 20:28:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2006 20:28:36 -0000 X-Host-Fingerprint: 64.233.184.233 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.233:11718] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0B/A0-19715-374BE344 for ; Thu, 13 Apr 2006 16:28:35 -0400 Received: by wproxy.gmail.com with SMTP id 36so359817wra for ; Thu, 13 Apr 2006 13:28:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sHbsDZMxzO0uaIn8zSXQMfaJ4Rer15Xz/VLLAi5P2G40pBGJOAZO+hX/mr9qCezJqDyAbA3eMCLkupZKtqm9TWEAiFuUnTU/mujx98n6LO2WEPozzIJgDEzkUFRhwMoS8ZEyJuf6Krec446CsMYks4sO+e0LoPLsXuQ3NRXLGLs= Received: by 10.54.147.19 with SMTP id u19mr823220wrd; Thu, 13 Apr 2006 13:28:31 -0700 (PDT) Received: by 10.54.103.14 with HTTP; Thu, 13 Apr 2006 13:28:31 -0700 (PDT) Message-ID: <43b5c44e0604131328o1158ea20v125fcab35932de7c@mail.gmail.com> Date: Thu, 13 Apr 2006 22:28:31 +0200 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8454_11236487.1144960111785" Subject: PHP Abstract Syntax Tree From: wcandillon@gmail.com ("William Candillon") ------=_Part_8454_11236487.1144960111785 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, Is it planned to modify the PHP compiler in order to create an abstract syntax tree rather than generating directly the opcode ? It will allow to perform tasks like Type inference, optimization etc... Best regards, William -- William Candillon Telecom Lille Student E-mail: wcandillon@elv.enic.fr Tel: +33(0) 6 67 99 13 16 Resume: http://wcandillon.netcv.org ------=_Part_8454_11236487.1144960111785--