Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96368 invoked from network); 1 Mar 2015 08:58:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2015 08:58:29 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.46 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.46 mail-qg0-f46.google.com Received: from [209.85.192.46] ([209.85.192.46:39222] helo=mail-qg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/14-63732-2B4D2F45 for ; Sun, 01 Mar 2015 03:58:28 -0500 Received: by mail-qg0-f46.google.com with SMTP id z60so2014329qgd.5 for ; Sun, 01 Mar 2015 00:58:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Pm0kHp4NGc2Ei44YI0L5MB9QyNUVmr8X2OwjiKRmMV0=; b=nhapkxvM6U4/70cEcpRxX60KFtG9kc+KE066GEKqujTpx1lUdnskQIeZl24wJPu3Ta 9iio+lOHNRfJ3vIusJBQ3KR61d/yNxfZYuXXzn9j+WpdWgact0cV+QsSQvkiRk9FwrER yHdVxhccfs/THYF8gtlKb4NiSekvDAHRBfX3X+T41KIEmPGp3pSskvtiZwJUEHy4ZfBk rFK2ND31Qqx+zBchHehQIK/TXOwcnwPCXDbVc63K+LhfAAqW9tdQ7j/o4WMWg8uTcGEN dJFZChN2M9cNwMxg8Bik567xIn43RVKy2AoQ3CfdLCRuNxRhtY9VzAtRJD7QmBHPwjrS FLQg== X-Received: by 10.140.105.183 with SMTP id c52mr41859652qgf.54.1425200304200; Sun, 01 Mar 2015 00:58:24 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Sun, 1 Mar 2015 00:57:44 -0800 (PST) In-Reply-To: References: Date: Sun, 1 Mar 2015 17:57:44 +0900 X-Google-Sender-Auth: toT4vHpSj6_BVwnzkm9xaXBttKE Message-ID: To: Dmitry Stogov Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a1139c298dda4080510364da8 Subject: Re: [PHP-DEV] Zend JIT Open Sourced From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1139c298dda4080510364da8 Content-Type: text/plain; charset=UTF-8 Hi Dmitry, On Fri, Feb 27, 2015 at 9:10 PM, Dmitry Stogov wrote: > 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. > > https://github.com/zendtech/php-src/tree/zend-jit/ext/opcache/jit > > You may just clone or pull zend-jit branch and compile/configure according > to instruction. Don't merge it with master. It may work today but will stop > working tomrrow. > > Disclaimers: > > - 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. > > - 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. > > Enjoy! > Awesome! I wish I have more time to play with this. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1139c298dda4080510364da8--