Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111356 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95432 invoked from network); 6 Aug 2020 09:46:23 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Aug 2020 09:46:23 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4D4ED1804C8 for ; Thu, 6 Aug 2020 01:44:31 -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=0.0 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mx.kolabnow.com (mx.kolabnow.com [95.128.36.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 6 Aug 2020 01:44:30 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id 92DAACF9 for ; Thu, 6 Aug 2020 10:44:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:date:date:message-id:from :from:references:subject:subject:received:received:received; s= dkim20160331; t=1596703467; x=1598517868; bh=hIHz6tVKV8WXS6UH697 A+3Fa9cTwxKHsyFirDFoSq1Y=; b=Unk7gGgH/vg8WYWwj1pbTjIUTv1wY6WbUL7 Rj12Ij9jFLtS8kyLCVkTG8mGacSRzW0/2j2+Lf+E4DGC64e73M2T3UpkybDmxBfV ugnRuj2hE3AtAQKu0IfDP9zqvsv/Ac1aDg6r1TZ990b8yxM0ArsuvoipA6o86W6d dkdev6cfjlj9JI3JrI3atlFd2hRvseSyK/PhG8jpQfA3KL6Iuq4M+ID2QZ2Bvs2X tVbh6xITTPVjsMZ5adH0IlYTUpVLjiMayti/myHZqZbvVlALtYbAoMnl/gdcoEdr 7TGdkM8sRLBl+OPx89ILuiwPmx2GFowMMMg7kOUw/NRkKjAML2v/dezNmXuqAd+W ngzUbkPGC9hdjmXmVCqWIN6koVYA2nkLNf56SCN3GM/IJ17qHT/F1Gosr32FQF8T J47WsvnwHze99G/71Kd2TgLH4WNXHoB9IRsJdyxOm+VwZXSBBnQSZ7sLa0Ye8O62 xVsS5UmMdp2VTA7JqEvREuXSEmAycvrYn24pej5LdM9n3SMTLqOWj9jcaK0Me5R9 jq0aTOHf/5GANaB7pn1qjqE7VY4nzBGC4rvWlPCJsPl8tExcMCbIhqFmTEUgiaLe SDrEnSnUxL6f/3ZeMm81xynT6b/ia1R0Zdt37R3D/4pkDBnilUS7xb7rsWyRkISe wxL2qoho= X-Virus-Scanned: amavisd-new at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0pHK78szSTJm for ; Thu, 6 Aug 2020 10:44:27 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 97EA9628 for ; Thu, 6 Aug 2020 10:44:27 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx003.mykolab.com (Postfix) with ESMTPS id 3F85A262A for ; Thu, 6 Aug 2020 10:44:27 +0200 (CEST) To: internals@lists.php.net References: Message-ID: Date: Thu, 6 Aug 2020 10:44:25 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: @@Jit Attribute Considerations From: alec@alec.pl (Aleksander Machniak) On 06.08.2020 08:50, Dmitry Stogov wrote: > My solution: > > - remove doc-comment trigger. It doesn't make sense. > - add @@Jit("off") only. Later we may extend this. There are pros and cons to the "Jit" attribute name, please consider @@JitOff (and @@JitOn). Also make sure to define what happens if you use the attribute on a function as well as class or e.g. class constant. In other words, when it's not applicable will it be ignored or throw a warning/error? -- Aleksander Machniak Kolab Groupware Developer [https://kolab.org] Roundcube Webmail Developer [https://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com