Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111304 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 88774 invoked from network); 3 Aug 2020 21:29:47 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Aug 2020 21:29:47 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 41D3E18053C for ; Mon, 3 Aug 2020 13:27:18 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Mon, 3 Aug 2020 13:27:17 -0700 (PDT) Received: from [10.211.95.237] (unknown [148.252.128.83]) by xdebug.org (Postfix) with ESMTPSA id D0A9010C23A; Mon, 3 Aug 2020 21:27:15 +0100 (BST) Date: Mon, 03 Aug 2020 21:27:14 +0100 User-Agent: K-9 Mail for Android In-Reply-To: References: <0e6dff76-0434-4d21-dc08-1fa1bf41a1e0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: internals@lists.php.net,Benjamin Eberlei ,Stanislav Malyshev CC: PHP Internals ,Dmitry Stogov ,Nikita Popov Message-ID: <5A16E588-597B-4626-9634-36650C25DF04@php.net> Subject: Re: [PHP-DEV] @@Jit Attribute Considerations From: derick@php.net (Derick Rethans) On 3 August 2020 20:20:35 BST, Benjamin Eberlei wro= te: >In that case maybe we should rename the attribute to @@DisableJit ? >This >would not clutter the global namespace with a "jit" class=2E Things with a negative name are usually a code smell=2E I'm not keen on a = @[disableJit] attribute name=2E cheers, Derick=20