Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82389 invoked from network); 27 Feb 2015 15:20:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 15:20:05 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.192.177 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 209.85.192.177 mail-pd0-f177.google.com Received: from [209.85.192.177] ([209.85.192.177:34488] helo=mail-pd0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/54-32582-22B80F45 for ; Fri, 27 Feb 2015 10:20:03 -0500 Received: by pdjg10 with SMTP id g10so21752156pdj.1 for ; Fri, 27 Feb 2015 07:19:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=xJ/O39DUwo60JRU4AW7ZXv4/YEc9bOhz1HH4nNpaJrA=; b=HmTDBt96jnfj1FKIzIPSI3tRADB5kxc3NfrRQN1iulCHN4kjEsztNgXvfVItCxOvpc VHQg397ltVDSXiJSGQcAZf++EPYvGHjN74gENC7MDeXkXStADMPHEHH19jiEdGEUX/Qv rXkxl2aJVFeSueoQHrnsZNsnU4k+vqYc1Z850YdBOQeRcr7LzHYwhodJGm5AqXuaneT5 XObHR/5xFnbsmU/Ie6PaQMopzPcKZV0qqiViqOB7tdB8KZKG8XB6BWQPM4/udN0eu++I u6MMDqimT45Xdo1nqs1rA9UkZrEmXl96F8snTlwJoYwJvJb3TDI+LPK+wdL6dLsLPZRD ZSEA== X-Gm-Message-State: ALoCoQl70vVtHzB+XZ38HvkwOdEvrm90ge8aEDktmp1AYc9bacLAzZ5DlaS6km1ua/jj4+pPUiUTsCs0I9xhFvsAme6Dd9dCdVTiniQSaaHwDEvmhdVL3ASrZCDSLboHSmAxXuDnRtup/H76VLCbkICDX2glghn14g== X-Received: by 10.70.41.33 with SMTP id c1mr25591670pdl.22.1425050399131; Fri, 27 Feb 2015 07:19:59 -0800 (PST) Received: from [192.168.2.129] (107-137-69-239.lightspeed.sntcca.sbcglobal.net. [107.137.69.239]) by mx.google.com with ESMTPSA id ms5sm4260351pbb.59.2015.02.27.07.19.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Feb 2015 07:19:58 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (12B466) In-Reply-To: Date: Fri, 27 Feb 2015 07:19:57 -0800 Cc: Dmitry Stogov , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Anthony Ferrara Subject: Re: [PHP-DEV] Re: Zend JIT Open Sourced From: andi@zend.com (Andi Gutmans) > On Feb 27, 2015, at 7:12 AM, Anthony Ferrara wrote: >=20 > Dmitry and Zend, >=20 > Thank you for sharing your code. I look forward to playing with it. >=20 > Perhaps after 7 stabilizes (and ships) you could write up your > thoughts around it? Why decisions were made and the findings that you > have? Yes I think we can definitely do that. It is an interesting experiment and c= larified also that JIT was less interesting in the short term as we can all o= bserve by the fabulous results of the current PHP 7 runtime. But absolutely w= orth discussing post 7 as there surely are interesting opportunities.=20 Andi > Thanks again >=20 > Anthony >=20 >> On Fri, Feb 27, 2015 at 7:10 AM, Dmitry Stogov wrote: >> Hi, >>=20 >> With the recent discussions of JIT/AOT and the good progress we made on >> PHP-7, we decided to open up the JIT experiment we've been working on. >>=20 >> https://github.com/zendtech/php-src/tree/zend-jit/ext/opcache/jit >>=20 >> You may just clone or pull zend-jit branch and compile/configure accordin= g >> to instruction. Don't merge it with master. It may work today but will st= op >> working tomrrow. >>=20 >> Disclaimers: >>=20 >> - It's an experiment, and is not in any way ready for anything. >> In the future we may try to implement JIT quite different from this PoC. >>=20 >> - I'm not planning to invest into it in the near future. (PHP-7 takes all= my >> time) >> Consider it available for academic purposes only at this point. >>=20 >> Enjoy! >>=20 >> Thanks. Dmitry. >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20