Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52151 invoked from network); 21 Feb 2013 17:24:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2013 17:24:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.174 as permitted sender) X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.217.174 mail-lb0-f174.google.com Received: from [209.85.217.174] ([209.85.217.174:42575] helo=mail-lb0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/C8-05272-14856215 for ; Thu, 21 Feb 2013 12:24:18 -0500 Received: by mail-lb0-f174.google.com with SMTP id l12so6907983lbo.5 for ; Thu, 21 Feb 2013 09:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=M1Un2qUW7b58RAh+THnIw2yiHbA/IvhVQXNSDFjY2ho=; b=bPXi63iG7RwPvDXtUyETVMepMeWU7jsbS1sAg+TcPy6iMab4+eaBMFe3ESCSvCKNc/ LdSzGrdLMpjA0yi9dFtpgWjndosx7hgnrZfWi4h7TvQEY3V7mbN6PG5n6SrOEw/TPhYQ F3YuvZLFQ7YZBOR43FNz3cC7ETnSySx4sFXs04kQKpc3ep0g2X9JGoa+mRl32HPc4yVM M0w5tn8UVrPcNKrhzwQcgSW4UEAwIIxLGufHxjUiKZunljn4H3+WYOnQr3Yp/8OcQLvB WZmd8gKZ8We6u21IjnOJMj8vt2HaeXl+Y1Gfx2soEYyLqsdOglkHRHYYL4iWQqNVxfqM /j0w== X-Received: by 10.112.43.198 with SMTP id y6mr10625101lbl.93.1361467454974; Thu, 21 Feb 2013 09:24:14 -0800 (PST) Received: from [10.0.1.7] ([46.252.161.106]) by mx.google.com with ESMTPS id gm20sm25578892lab.7.2013.02.21.09.24.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Feb 2013 09:24:13 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: Date: Thu, 21 Feb 2013 21:24:10 +0400 Cc: Rasmus Lerdorf , Pierre Joye , Zeev Suraski , Lars Strojny , Derick Rethans , PHP Developers Mailing List Content-Transfer-Encoding: quoted-printable Message-ID: <01844D5B-92D9-40FE-BC12-3D8E34599C9E@gmail.com> References: <678597E6-E3A8-42E0-8DFC-F8382C9DFB41@strojny.net> <8d4e991084a1313844910ec0168eacdf@mail.gmail.com> <51263D89.5040308@lerdorf.com> To: Levi Morrison X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] Give the Language a Rest motion (fwd) From: indeyets@gmail.com (Alexey Zakhlestin) On 21.02.2013, at 20:08, Levi Morrison wrote: >> Personally I would love to see more RFCs focusing on performance and >> less on syntax changes. >=20 > Some recent tests I performed indicate that JavaScript and Dart are > both significantly faster than PHP when working with just arrays and > numbers. If anyone is interested I can provide the test code for more > scrutiny. I'd like to see more performance enhancements but I am not > against other enhancements as well. That is expected. Both of them use JIT-compilation, which is not present = in PHP. There was some effort to implement PHP in PyPy/RPython, but it is not = active http://morepypy.blogspot.ru/2012/07/hello-everyone.html