Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36775 invoked from network); 27 Feb 2015 18:17:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 18:17:00 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.179 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.179 mail-qc0-f179.google.com Received: from [209.85.216.179] ([209.85.216.179:41860] helo=mail-qc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/4F-32582-994B0F45 for ; Fri, 27 Feb 2015 13:16:58 -0500 Received: by qcvs11 with SMTP id s11so15247936qcv.8 for ; Fri, 27 Feb 2015 10:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GP/OwODV4jtHBJhb1dEq74Gy+5EeF/IfurshP7XOZyU=; b=SehCqeglUt2QNWAs7ar7168mO40uTDMNna2qf3XMUvZkDjP99+mbVMuVo3Kj1YThTG zu1/upnXa4jvOJZRfHOxEAPo9CQUiOhrTlkJPeUi6OBhCKEoBlJJ1kJmaUEKC2vYMR5+ eAgnLxrSIQDjx83srGzkvs04hkSkg0FI3JSVKTNWe2m2rVUBx2xJUgVu9XckVALckxSS A5oAo6ZsJmKqqeLB21qKp8FrLenBSK4NWbIIZeWAlknhDnYGCN99eS2OK6W8KmeKB865 oLe76Q+ZfdZ6ABbioz6DMmrFujpsclA62hq/x7mUIpC9um13DyktXMDrbFCCzhkUZeF6 cYPg== MIME-Version: 1.0 X-Received: by 10.229.139.194 with SMTP id f2mr30806069qcu.14.1425061015069; Fri, 27 Feb 2015 10:16:55 -0800 (PST) Received: by 10.96.39.195 with HTTP; Fri, 27 Feb 2015 10:16:54 -0800 (PST) In-Reply-To: References: Date: Fri, 27 Feb 2015 10:16:54 -0800 Message-ID: To: Dmitry Stogov Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Zend JIT Open Sourced From: pierre.php@gmail.com (Pierre Joye) hi, On Fri, Feb 27, 2015 at 4:10 AM, 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. Fantastic move! The way to do it! Thanks a lot!. Cheers, -- Pierre @pierrejoye | http://www.libgd.org