Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7950 invoked from network); 13 Nov 2010 11:42:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2010 11:42:04 -0000 Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 209.85.161.42 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:63178] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/71-59469-7897EDC4 for ; Sat, 13 Nov 2010 06:42:00 -0500 Received: by fxm13 with SMTP id 13so312585fxm.29 for ; Sat, 13 Nov 2010 03:41:56 -0800 (PST) Received: by 10.223.72.1 with SMTP id k1mr2531677faj.111.1289648516748; Sat, 13 Nov 2010 03:41:56 -0800 (PST) Received: from pc ([83.228.56.37]) by mx.google.com with ESMTPS id j14sm313971faa.23.2010.11.13.03.41.53 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Nov 2010 03:41:55 -0800 (PST) Message-ID: To: "James Butler" , " Andi Gutmans " Cc: " Scott MacVicar " , " Stefan Marr " , " Kenan Sulayman " , " PHP internals " References: Date: Sat, 13 Nov 2010 13:41:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Subject: Re: [PHP-DEV] GPU Acceleration From: sv_forums@fmethod.com ("Stan Vass") PHP doesn't have anything significant that would benefit from a GPU right now. As a more realistic goal, (1) APC should become a standard part of the PHP distro, and later (2) part of the Zend Engine. Once this is done, (3) the next step is JIT, and few months ago there was some work done on LLVM for this, but I never heard about it since. And only then, esoteric things like running on the GPU can be realistically pondered. So, long way ahead... Stan Vass