Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44732 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49999 invoked from network); 7 Jul 2009 05:42:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 05:42:03 -0000 Authentication-Results: pb1.pair.com header.from=c.r1@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=c.r1@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: c.r1@gmx.de X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Linux 2.6 Received: from [213.165.64.20] ([213.165.64.20:36029] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/1A-32019-820E25A4 for ; Tue, 07 Jul 2009 01:42:01 -0400 Received: (qmail invoked by alias); 07 Jul 2009 05:41:57 -0000 Received: from p54A4D219.dip.t-dialin.net (EHLO localhost.localdomain) [84.164.210.25] by mail.gmx.net (mp035) with SMTP; 07 Jul 2009 07:41:57 +0200 X-Authenticated: #26239675 X-Provags-ID: V01U2FsdGVkX19IaiBzCM5IAoJ//Bp3Lc4kIDwJjs3wSA1HQ7+nqf 0PjG8QKkCSsgfc Message-ID: <4A52E01D.5030605@gmx.de> Date: Tue, 07 Jul 2009 07:41:49 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 Subject: PHP LLVM JIT-Compiler From: c.r1@gmx.de (Cornelius) 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