Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83996 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48621 invoked from network); 27 Feb 2015 12:38:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 12:38:45 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.220.48 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:42774] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/FD-32582-35560F45 for ; Fri, 27 Feb 2015 07:38:44 -0500 Received: by pablj1 with SMTP id lj1so20028626pab.9 for ; Fri, 27 Feb 2015 04:38:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Itsub9lbr1RgkkbG21b+G4vIr/ZCQYcXUEHi9OidVYc=; b=lFC9slDGOBHDf5RVYLuYBI5NkOPUjJtWIiyZieILucm9YOVzv73nDbtEileCws6dAt tee3GnZR9ZHUdMZ/qTMetZafaswoIcGK619DI7eA0a6B8Zuo9ZlLiB3CxoFQmN1TkoCa ooGXNWbqFyHM9KAwhn9jEXQgTCAuq4yFVD7NVVRUR5DvA3JPE778y/T1TGR8BeSsjCoq HFNQQKqsFI4AVAdieElQmUTSPLOw0KXHJX/CgDDTjUWgf9CUboL8LMXGyrjkF4io3jPl d3/42/lv1aCkGXOOEs2chUo3jLpnPXVlPaiblwKZ1kFoco1EJUnncxqimG9ZlO4qnzNj RMFg== X-Gm-Message-State: ALoCoQn6yqpUcs9JdgFSLRx2aokjpdtzkBS6vl//JGsrVklfK2vfDuJK20aCavcwLdCvUTxI7gBY MIME-Version: 1.0 X-Received: by 10.70.46.65 with SMTP id t1mr23471568pdm.128.1425040719881; Fri, 27 Feb 2015 04:38:39 -0800 (PST) Received: by 10.70.49.100 with HTTP; Fri, 27 Feb 2015 04:38:39 -0800 (PST) X-Originating-IP: [86.145.146.49] In-Reply-To: References: Date: Fri, 27 Feb 2015 12:38:39 +0000 Message-ID: To: Dmitry Stogov Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bd8ffa8e64030051011255e Subject: Re: Zend JIT Open Sourced From: pthreads@pthreads.org (Joe Watkins) --047d7bd8ffa8e64030051011255e Content-Type: text/plain; charset=UTF-8 Dmitry, Thanks for the opportunity to read, that's cool ;) Cheers Joe On Fri, Feb 27, 2015 at 12:10 PM, Dmitry Stogov wrote: > Hi, > > 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! > > Thanks. Dmitry. > --047d7bd8ffa8e64030051011255e--