Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43913 invoked from network); 27 Feb 2015 12:10:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 12:10:41 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.169 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.169 mail-vc0-f169.google.com Received: from [209.85.220.169] ([209.85.220.169:43617] helo=mail-vc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/2D-32582-0CE50F45 for ; Fri, 27 Feb 2015 07:10:41 -0500 Received: by mail-vc0-f169.google.com with SMTP id kv19so6213157vcb.0 for ; Fri, 27 Feb 2015 04:10:38 -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:date:message-id:subject:from:to :content-type; bh=U9LYdZLCTuQw7mPQArcGDeoBVSZTlb8XQScDhkJ53Z4=; b=bjC0ulYe848P3aidbsqp01DGXxNBywg7ljFH6rR94mefQoWR3vb7gCgfJxbUmwvIA6 9rFlT5hdUE0nnUtNKx+Nf2KMPs63o2g+zXuPxeRDiOz886NebS2YMlc5brISgWAI/UTF PXs3IqRXYfvBFxF+6ES68ZwlCUTD0jCsDAqe2mXtuqoJ5n2ys+hYRu5V1iCv7ZnLsy0i AiFa7ZffMGWT7u+EIe0AP41XSR86FCxwsOZ23fozTkUOtSB6rVSq/M1NHlruwNsicZFW kVUUL2Nsmd+XHsqRF0KF5xKc8oYlZ3BdRn6FsURPCOi3nx+E+v2Kt9YGxfqd1rfCv3nL aTSA== X-Gm-Message-State: ALoCoQkAVbuC1UqVAWsGNhuG60iRT69g9NAW5uInn9t7sdhyPY68mrdqzpnwWZogk9DSUVPeouxsiJrvqhfi2WcvUtM5XZhaQ/b1a6voptinxUnbB07XDu8KPcOlF6dy53wb2a/hif4B0KPr1uV+S88Ib5CQjqr2dw== MIME-Version: 1.0 X-Received: by 10.52.25.11 with SMTP id y11mr12744608vdf.51.1425039038044; Fri, 27 Feb 2015 04:10:38 -0800 (PST) Received: by 10.52.113.231 with HTTP; Fri, 27 Feb 2015 04:10:37 -0800 (PST) Date: Fri, 27 Feb 2015 16:10:37 +0400 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a1133e5f2a77507051010c155 Subject: Zend JIT Open Sourced From: dmitry@zend.com (Dmitry Stogov) --001a1133e5f2a77507051010c155 Content-Type: text/plain; charset=UTF-8 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. --001a1133e5f2a77507051010c155--