Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4320 invoked from network); 5 Dec 2016 14:55:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2016 14:55:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:34835] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/E2-11772-9DF75485 for ; Mon, 05 Dec 2016 09:55:21 -0500 Received: by mail-wm0-f45.google.com with SMTP id a197so100166629wmd.0 for ; Mon, 05 Dec 2016 06:55:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XavHhAqojUwSpW1RBCUy5w17b4YOYV9ArcBzaAhisRc=; b=aumq5MX5yS+G24PSjX8sQq+ThUrnXXwFMEgmb83ZFBDSbaNH/3jFFCBitiUmlMhsCV Lq60hkIbPz5KG4a43gufOYoqCZde41CPEPKQdyRsvsKzVAGHrwJXxGLMyLPDj2K7u//a oUQUAB/paR0IpvhscRI3ktO+2/b39gVUPiAJmN4pQc+cbzn4RiKTbrH/nZYb11d0KG9B XOiICZlpidhMo5YL4HtfCX8OiTD/8TpMFC/UX010abiXIksA/IQSNOWsfRgk/lQcy4OO 8B309DTD6ludVP/N+y34+QUUPhpeI/90Do8bCrgf4eV4X0jLHcRy67oYC5ZALbIrF4kC GM5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XavHhAqojUwSpW1RBCUy5w17b4YOYV9ArcBzaAhisRc=; b=AQGnUFeLW2MgAtE59ywINsspED4U/Fao7eIuT+bEdjy5VsmYEuEfujeyR/SSeSLvhg eDFVavRS1rfI9I4Q9W2bDutm3E6gm0uChkDmq8eP9lgfVaGRN8gVRTPbC43phkb8zzUj oCUdLfsYcm/FhCH3kCZRdBwa2cfUzIUHVFfpR/0Bi44EGw4vbp0Ahq9GZF6/u3zB6PaJ qARAeiTjchsotNbInmpPJ7GzeTlsEiLyPZLMXIbVzWy2AS1IVG2Y2pV6zfsJ1u/l7OHG R7HAC0fJWJw0fP5NIUckC7TE4AelFpmKbqEYrgaPx35Ok4lBWcT5LsbNS5M7D1wI4ia8 zMxg== X-Gm-Message-State: AKaTC03M66bXP/gzKiDTxpRJlmN691NP4W3PfJ15DTVou3/LbUe58sgzu/G4uIQFhR5Ez8yRsdbCX4cPLfw4xA== X-Received: by 10.28.109.156 with SMTP id b28mr9549491wmi.116.1480949718615; Mon, 05 Dec 2016 06:55:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.154.3 with HTTP; Mon, 5 Dec 2016 06:54:58 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Dec 2016 15:54:58 +0100 Message-ID: To: Rasmus Lerdorf , Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11468b18e899460542ea79e0 Subject: Re: [PHP-DEV] Missing reflection info about strict types? From: nicolas.grekas@gmail.com (Nicolas Grekas) --001a11468b18e899460542ea79e0 Content-Type: text/plain; charset=UTF-8 Hello, back on this topic: 2016-09-08 6:51 GMT+02:00 Rasmus Lerdorf : > On Sep 5, 2016, at 13:13, Nicolas Grekas wrote: > > > > It's not specifically me but Symfony's ClassCollectionLoader::load() > > method, which generates a single file with common classes inlined for > > faster bootstrapping (the perf gain is objectively measurable). > > I have a hard time believing concatenating files is measurably faster with > PHP 7 and a well-configured opcache. > It took some time to confirm, but we're going to deprecate inlining on PHP 7! We opened a thread on Symfony, and it looks like people are confirming that they don't see any slow down when removing the inlining (they may even see a small gain): https://github.com/symfony/symfony/issues/20668 Thanks for challenging the statement! Nicolas --001a11468b18e899460542ea79e0--