Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74252 invoked from network); 25 Jul 2018 18:28:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2018 18:28:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:55175] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/40-12660-431C85B5 for ; Wed, 25 Jul 2018 14:28:09 -0400 Received: by mail-wm0-f41.google.com with SMTP id c14-v6so6996610wmb.4 for ; Wed, 25 Jul 2018 11:28:04 -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=eDIpgYT/jvekQfPXWELm/TCKAney4MdveEmmL9goa80=; b=HCeM66QJ7ZGlDi26FwzQ44v+cKxrmwdFZ+r5v+D/3MdX2qYIcZ+3VUqlfDNBO9iIiD 7i1/3QhwJG0weLwdMyEbvEtUsTtMdCrOo0ahul3WVyqDlyQ6EpRyE9c+EgHbQZ+Y8lwX +aBecASq0cZg730BH8xENa3xxbZWZKEgXDqqEZVVqMfsmZdzvgn0NN0xJzMN/YK0w/Tc tiurxvYwSc2lerjOtv/GFWQvtAseWimc5ryX4o/EWltJSDLOA5teGjTK3qvrn2EWoCy/ aSFyx9A8tLv0m7b82wyF3T8C3cJZahM7USRJ5ngi78itY9oI8zua0j5KMpUkuPB4Bc4Q 0B1Q== 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=eDIpgYT/jvekQfPXWELm/TCKAney4MdveEmmL9goa80=; b=m4CZs8FmRAPyBXUI/V0a2Wafge56vITlaehscJoFHTM2JAzCRtFDMAA7x/WisigCQj c7vpxXajYP9BAphl608feSzVyFPdo/22cDGleDLemXFCMLe/T56w7HL9AiOztSJfaYKK GwY3Bm1QDh3KpkPFCOwZtYDysYlk0SM++J+QVu+y++EjH/haU9DhHp8uaQ0bDA928m6W Ez7wHcVPz/WJqWz2BxjGg7S0WLM9gPx1wkUhgAeOFrt2oB6gyFJuL/6fFqcMf6qDSVqX LTy9hPl/sRySoly0FGIg3D4FPxyqwFmo4B2keVyThzyFUfx9I/jr2tBpg1JyveDnFRZP JVRA== X-Gm-Message-State: AOUpUlHeI4IZHZuczUVXdCP0JCDMgmpub5VCVtLdXimw+6oAe2xatpDr 4ENhFt3xdLE4cdbahiDqWwHRr/7Ywv4rjbCgBFoBIQ== X-Google-Smtp-Source: AAOMgpcxjwSXp1Y7qN7fa84mVexWAzjzYhtEtDsmJ9SfIxi0PkOgyuDF/73IvRBmgX23IhDHumvttum4Mr9t5j5qUYY= X-Received: by 2002:a1c:ac42:: with SMTP id v63-v6mr5525848wme.92.1532543281524; Wed, 25 Jul 2018 11:28:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 25 Jul 2018 20:27:49 +0200 Message-ID: To: Dmitry Stogov Cc: Stanislav Malyshev , "Christoph M. Becker" , PHP internals list , Nikita Popov Content-Type: multipart/alternative; boundary="000000000000e5f3fe0571d70941" Subject: Re: [PHP-DEV] ZEND_ACC_* flags From: ocramius@gmail.com (Marco Pivetta) --000000000000e5f3fe0571d70941 Content-Type: text/plain; charset="UTF-8" This can potentially break some cached flags somewhere, and is a BC break: any rationale behind the change? On Wed, 25 Jul 2018, 17:01 Dmitry Stogov, wrote: > Hi, > > > I tried to fix ZEND_ACC_* flags mess. > > > https://gist.github.com/dstogov/3b6ae377c17524b219670960cf98f8c1 > > > The patch specifies flags meaning, and reorder them according to meaning > and frequency of usage (this allows generation of shorter instructions on > x86). > > Unfortunately, the patch breaks few reflection based tests that relay on > binary modifiers values. > > > Do you think, it it's OK to commit thin into 7.3 or better to wait for > branching? > > > Thanks. Dmitry. > --000000000000e5f3fe0571d70941--