Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104901 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 5508 invoked from network); 23 Mar 2019 22:53:46 -0000 Received: from unknown (HELO mail-oi1-f180.google.com) (209.85.167.180) by pb1.pair.com with SMTP; 23 Mar 2019 22:53:46 -0000 Received: by mail-oi1-f180.google.com with SMTP id w139so4168792oie.9 for ; Sat, 23 Mar 2019 12:46:29 -0700 (PDT) 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=ysHFoRmBz72EZo9//+XZMe7apD9ryj8pj32aRgBBpp0=; b=JnHj+CJ7WL0gocCHFBctNWqx8SoAQ7d8mrJD/1FM+qoqfud8mTCkG6jeKWnCuufjW0 KiT2cmu8kAc19kzeNGpGlOPFSpLvL7PYf941suIEEFbONOsJQFwZAjMLET0qxbndv3de MccADGbhUExWuB/dfvA/zt1bFHNBS6bt0mTJ1rW9ft6xdtYrcKeuCAeEXn6Vev+O8OS9 o95x8VZGfUdfrGpZean/g+OLWXu1BHrjhobsEfri+bMYYhZsh54QSbmSNlb6u8fOlGhM sw9KjFu/xsE7nwgw1P2giYOFLS08xFV0kpX5erZ938yOfQJCTNG41lOxmAq1K394nWMI xGOg== 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=ysHFoRmBz72EZo9//+XZMe7apD9ryj8pj32aRgBBpp0=; b=obj69rBmmqRohiwBfTfVLitISsv+2quO/vNBVDVfdzRjCRiCy6YZ4CdP+wwAw7UH53 r+6D50i3sDZNeTWf+8vnc2dZ9kDLF9ovMWfausBqQD/zwW03KTWrPEVbAxhNoxUUIoAr Ud6LqSfsEW4aQ3HDgbr/IZY9aX2qWz5QMhtzEZWYLF37aTRYszLAeOCwHuIZdVLd+s2B rOrmbj+POsVKfHYYOunWeCiUVSgsn0LRzR685AhV1eUe9O8Mx6d1nCpk4bCcPBTHfrJl jHOocpQ0PIPUQIef9qwLjia0XC/EF7HOvUzAudD9WoF6aOWBYyTXdu+oZ69bVex8K7N1 rQbg== X-Gm-Message-State: APjAAAWmixkOgrUPPa1Qb6eGVc9QeKRTSSF2JVS3t3mp8FYz8zfwSUs4 IgNoNV61B7Db4fkyM6sGGkse6LDfL427wsrkHPU= X-Google-Smtp-Source: APXvYqyFqROMMkNajc8BGvJGWK5OHAcXOM/ZaOtlly2GJ0l9ZpBa40iqOENCbhkHyabtcqKuRFzgtarNMSVes0drllU= X-Received: by 2002:aca:3a0b:: with SMTP id h11mr6401167oia.97.1553370388923; Sat, 23 Mar 2019 12:46:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 23 Mar 2019 20:46:16 +0100 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [VOTE] JIT From: peterkokot@gmail.com (Peter Kokot) Hello, On Thu, 21 Mar 2019 at 12:58, Dmitry Stogov wrote: > > Hey, > > I'm starting the vote on JIT RFC. > > > https://wiki.php.net/rfc/jit > > > The voting period is one week, until Thursday 28-03-2019 GMT. > > > Since the initial announcement and following discussions, RFC was imprved and implementation extended with support for Clang, Windows and ZTS builds. > Please reread RFC carefully. > > > Thanks. Dmitry. +1 to both options. Having such feature in the PHP-7.4 is also good to be able to check it out sooner (and to have some test base). With having this in PHP 8.0 we will need to wait for more than a year to check it out. I'm sure very little people will compile PHP 8.0-dev on their own and install it to test that before the release. PHP 8.0.0 release could be also about removing deprecated functionality. This approach is actually following semver https://semver.org, so that's all good I think. In any case if we will need to wait more than another year or not, thank you for your great work. Thumbs up. :) -- Peter Kokot