Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104502 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 92996 invoked from network); 22 Feb 2019 15:36:36 -0000 Received: from unknown (HELO mail-wr1-f49.google.com) (209.85.221.49) by pb1.pair.com with SMTP; 22 Feb 2019 15:36:36 -0000 Received: by mail-wr1-f49.google.com with SMTP id f14so2187792wrg.1 for ; Fri, 22 Feb 2019 04:21:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RIauBhUisq3FO7mrVCdIRKnTOXSqTuFHBjm4PBDlwYk=; b=GW+dDQwGfn4GpaRtI1QPS1nLjwb0/gefNEupkf1qSllElc5cs9HDA6kbhYSUHzkov8 SYgX+izv2YMbUqLW1gUjpfCPsLrOKAE5u6mOWUl1YD025ha4GJSoCbmdNgPevze0gUDM sY04R/wnakzYhMvALMRer7czN/9BUWIG9rD1z+E85UPb3YMIgBiLK3PWYc0RIuQhBlfC PdnYWqF+S4V5eRjE1hrPsyjP2BxEnnG4GuPUib2dvdlahU/+qrCO06EQ83IIxTOb75yA hfDKJxG3DlO1XcX70IVReuCEGGsZ9V5j0bx9ps4U8o5EwGEC5TEHzrZpAoNkW8PvYTBD U0MQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RIauBhUisq3FO7mrVCdIRKnTOXSqTuFHBjm4PBDlwYk=; b=T1A4dCbPR/QN5wvYIHJNhmyazqiYuIO96h5g5NAIVTezqSLNEwkQ3y3q8hmbHFK8hE q36A0xxWby3Q8gsvtkO70WBK9RfjK2uutTlshyXpuCgi4E2VnehS87pP7yyD7i8DZRZ8 HxRNoACXjo6we7/mt2cxpNe6T4fUgm2H+qY1+65Owsn270VHg241DglJH+nzwm9N9uiO 53pe2/QimV+ziRhKapJ9a70FUfQhPnymsPGCFbi6bMt8erqe+VJatgJ5hs42PjOtTlzD w8o5F42KGopc6i5GgFcdNxi0JNeDScnTtg3USDTBNVuca/4yJKIVFVY2rleTNKPcfEsh ThmA== X-Gm-Message-State: AHQUAuZkzHP2MNE44teizPdJbEqAYGRp7QABfXw/uwS/mVrDzxEKS+xV ZNNXpQtqXJK7PPkQ/274A4PzFBKqSakpFMbZMUM= X-Google-Smtp-Source: AHgI3IZfu9s9/i5jO4Q21bj0HdPHhqnlDM0nthiDU/ckI/Qwyj1nsh4IMoIQcysrbx9v7+i7XAJkMbPdi3+8ruE/2Wo= X-Received: by 2002:adf:fb05:: with SMTP id c5mr2650156wrr.297.1550838118743; Fri, 22 Feb 2019 04:21:58 -0800 (PST) MIME-Version: 1.0 References: <12bd8940-26e8-9e61-b8ff-130eece60283@zend.com> In-Reply-To: Date: Fri, 22 Feb 2019 13:21:47 +0100 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000002c01a105827aa33c" Subject: Re: [PHP-DEV] [RFC] JIT From: krakjoe@gmail.com (Joe Watkins) --0000000000002c01a105827aa33c Content-Type: text/plain; charset="UTF-8" Thanks for all the effort Dmitry, it's looking in much better shape. Cheers Joe On Fri, 22 Feb 2019 at 13:18, Dmitry Stogov wrote: > Hi Internals, > > > The RFC and implementation was updated once again. > > > https://wiki.php.net/rfc/jit > > > Now JIT supports PHP builds with compilers without GCC explicit global > register variables extension. > > This means we support CLANG/LLVM (Tested on Linux. Should work on Mac as > well) and MSVC. > > Complete Windows support is not implemented yet, but I don't see any big > problems anymore. > > > ZTS support might be implemented after implementation of proposed TSRM API > improvement. > > > Thanks. Dmitry. > > > ________________________________ > From: Dmitry Stogov > Sent: Wednesday, February 13, 2019 16:07 > To: PHP internals > Subject: Re: [PHP-DEV] [RFC] JIT > > Hi Internals, > > According to comments, code reviews and discussions, JIT RFC was > extended with few new sections. > > Please, consider to review the RFC once again. > > https://wiki.php.net/rfc/jit > > Any suggestion for RFC improvement are welcome. > > I'm not going to invest significant time into JIT implementation > improvement itself, at this point. So, ideas are also welcome, but don't > expect to get them implemented tomorrow. > > Thanks. Dmitry. > > On 1/31/19 12:43 PM, Dmitry Stogov wrote: > > Hi Internals, > > > > > > I'm glad to finally propose including JIT into PHP. > > > > > > https://wiki.php.net/rfc/jit > > > > > > In the current state it may be included both into PHP-8, where we are > > going to continue active improvement, and into PHP-7.4, as an > > experimental feature. > > > > > > Thanks. Dmitry. > > > --0000000000002c01a105827aa33c--