Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104909 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 38363 invoked from network); 24 Mar 2019 01:00:23 -0000 Received: from unknown (HELO mail-wr1-f46.google.com) (209.85.221.46) by pb1.pair.com with SMTP; 24 Mar 2019 01:00:23 -0000 Received: by mail-wr1-f46.google.com with SMTP id o1so5996949wrs.13 for ; Sat, 23 Mar 2019 14:53:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:subject:to:from:message-id; bh=tQGIET70SPoHnX3ky1/zC3wjGKgyp6SX01JM3DcHnyg=; b=EIuoTBKyNYjwaFHI6YPfRMg/tzBKt1tnMvstPyctP9TDTAdhR40rxjno2Fwa8LMf6l HPQtV2QQU1o3VcuOQ1GSwtCMQBJ6rtpBpe92bsj6em/agql5dWpVBlZjPyFXtPUNSLxJ VGTxeb2hyXFgft/dg3kMauGVHYjX9ugjg2VCyRcbAfhLUwUfaMbzxMRFKrD6JL8o6g+g XVUGFMyP97Jc7fzASzvcGdfwL4hy7owbCbveNWOLdZ5PnBTnRem9ehvGz3Kqo7HYYphC gsn4aPZvDuFgMSCdELC1VJ4hflyRjBQZ2yTg8qz1kqVcHXNnoNcgbanqSuQwle618s/k 3uGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:subject:to:from:message-id; bh=tQGIET70SPoHnX3ky1/zC3wjGKgyp6SX01JM3DcHnyg=; b=YQJGV02mKG63pecoOvYegXbLGzjL7/XzlCfcPTv+zDj7vppH/iN/buOpZXH9wdqlaD uVdwefIPYZob6VP2Gh+f7QPmyzjn/IyOVlowF9D5mlaDDmIbWiVyfm1HUXf7BBFeuxM3 IWzgj6Z/C0tMjZrVwabLn2tca1p91cXOSyIhvskTYeeIGlLdZu3P+xFgAzdwYvWmT7HI y3nXYgnLNqxFcIbWqpH+AgHMQrg0IX5VvmBn1eOhISzNcRQjrD2JApZ4FDubYoudi9jO nhMLUhruyNS1YkBvf2adq/1bfFbTDBXttDqRBt6STKN6JBpCH+qDB6QgpldWuuv0amYR uinQ== X-Gm-Message-State: APjAAAWpXcNmDPRIcnjHS3/V43SZWl4nxS26YosuzDF6Sny5HFiAUr4e G0Zem5Raou9J31OmCn1CN5pvnMK2 X-Google-Smtp-Source: APXvYqz0EztWitH5Kd3qLy/Set2yDGwLN393JCuI4zqMs4k5UncSkc1Y6PJ8qudcGIoEmHjvwtItuw== X-Received: by 2002:adf:f803:: with SMTP id s3mr10551077wrp.54.1553377986742; Sat, 23 Mar 2019 14:53:06 -0700 (PDT) Received: from [10.161.119.95] (92.40.249.108.threembb.co.uk. [92.40.249.108]) by smtp.gmail.com with ESMTPSA id c10sm10364437wrr.1.2019.03.23.14.53.05 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 23 Mar 2019 14:53:05 -0700 (PDT) Date: Sat, 23 Mar 2019 21:26:49 +0000 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: internals@lists.php.net Message-ID: Subject: Re: [PHP-DEV] [RFC] [VOTE] JIT From: rowan.collins@gmail.com (Rowan Collins) On 23 March 2019 19:46:16 GMT+00:00, Peter Kokot w= rote: > I'm sure very little people will compile PHP 8=2E0-dev on >their own and install it to test that before the release=2E I suggested before that a series of official PHP 8 preview builds could be= released so that people didn't need to compile their own, and I believe so= mebody offered to do so=2E The trade-off then is between testing an up to date JIT (as opposed to one= snapshotted when 7=2E4 ships, with limited updates) and being able to test= the JIT without fixing deprecation notices (but possibly encountering bugs= already fixed for 8=2E0)=2E Regards, --=20 Rowan Collins [IMSoP]