Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44791 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46942 invoked from network); 7 Jul 2009 21:00:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 21:00:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.22 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.22] ([212.55.154.22:43379] helo=relay2.ptmail.sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/C1-37453-957B35A4 for ; Tue, 07 Jul 2009 17:00:13 -0400 Received: (qmail 29829 invoked from network); 7 Jul 2009 20:59:40 -0000 Received: from unknown (HELO sapo.pt) (10.134.37.162) by relay2 with SMTP; 7 Jul 2009 20:59:40 -0000 Received: (qmail 5650 invoked from network); 7 Jul 2009 20:59:42 -0000 X-AntiVirus: PTMail-AV 0.3-0.95.1 X-Scan-Status: AV clean (0.03003 seconds); AS clean (0.00032 seconds); Received: from unknown (HELO PC3EE1F19287) (nunoplopes@sapo.pt@[93.197.132.135]) (envelope-sender ) by mta12 (qmail-ldap-1.03) with SMTP for ; 7 Jul 2009 20:59:42 -0000 Message-ID: To: "Cornelius" , References: <4A52E01D.5030605@gmx.de> Date: Tue, 7 Jul 2009 21:59:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: Re: [PHP-DEV] PHP LLVM JIT-Compiler From: nlopess@php.net ("Nuno Lopes") Hi, So there is some information about the project in the CVS repository. Let me first say that the project is not mature enough to run your favorite app. It is capable of executing some small tests, but not complex apps. You can use either clang or llvm-gcc to compile the stuff, although the last developments were done with clang only. The Install file says it was last tested with svn revision r59219 of llvm (I don't know to which llvm version it maps to), so it might have some trouble compiling with the latest svn version of llvm. There hasn't been any developments in the last 6 months because I've been pretty busy. I would be happy to discuss any development plans with you if you wish. There are always a lot of things to do :) Nuno ----- Original Message ----- > Hi, > I recently found the jit compiler for php > (http://pecl.php.net/package/llvm). Are there any information avaible on > this project? > I just found that the student 'dropped out' of the project, but from then, > nothing. Does anyone know which version of llvm this needs to compile (and > which version of llvm-gcc?), and are there any further information on > goals, todo plans etc? > Maybe I could take up the work and try to improve that project, but for > that i'd need some more information. > I already know the talk and the slides of Nuno at llvm.org. > Yours > Cornelius