Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111839 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83578 invoked from network); 4 Sep 2020 02:17:48 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Sep 2020 02:17:48 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 24C1C1804D8 for ; Thu, 3 Sep 2020 18:23:06 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 3 Sep 2020 18:23:05 -0700 (PDT) Received: by mail-il1-f169.google.com with SMTP id q6so4934004ild.12 for ; Thu, 03 Sep 2020 18:23:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NbX1qLyc//kiVZJDGZD6oemK/z7GRbAZ/FpemLQNLYE=; b=aL4YJXu0beKn1tRFujTLUq4qv8N6p/IW75T1jWH7mV9awCFbbRY+WSrFQZyXYd45nF XcEO07rvuaoKfPBzSrYjGoF7pzrptOXBoBtOIoO1V9GBNhffhSgQ50XBUQgJT1WipxmN BzQ85apsrhFn9KYkIu8EQbBaYzyESgcCGmkyI= 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=NbX1qLyc//kiVZJDGZD6oemK/z7GRbAZ/FpemLQNLYE=; b=UQe4kyc7bFRaCTLy3ZoootDFywryn6znN9HRomb/ED03GmtfagX96L0NB0UKaJLyVQ +jRqk9gsdwd6fDFF7wzdemfNDFwxDBFZA9EDqrYpa73sdeYGv+4iWaySrv6u/209Dz3E RzJy/KVll7Iy5cQ1brrKGR3sC4m6EVUMNQKezDh3WD5OhyKqWEow67CW9DwmQQntOavX kLkNfuZPoFO2FZhwAvdFd0tyG7/v8P4gQPTGX3SqA4llwmAcwPpHLq2k6MRHdBBPgEfc qxcKnvnu0TklK8mo/Y0mNNGmRti/RyDfSSk5W+Mb5QRlvGFpYrZlvOIpcvqIRAvHGhQ5 cAOA== X-Gm-Message-State: AOAM533QhHPAeTwWPs3h2lwP0n4GTVtcD73f1V4pZ7SggiDwjKGZabSN XSR/e1rNuscSXicWVXPkHT0mhg5L/0ao206EHSbs2Q== X-Google-Smtp-Source: ABdhPJwNTROyhvSvOrHdiMV7l92T63ICTMdCgZ8JTOACGrQtxSMcbvhRhBpRU6kzPzayPjYNR2ZJq4A5Zou/XtDnDm0= X-Received: by 2002:a05:6e02:dc5:: with SMTP id l5mr6059514ilj.112.1599182583489; Thu, 03 Sep 2020 18:23:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Thu, 3 Sep 2020 19:22:52 -0600 Message-ID: To: Sara Golemon Cc: tyson andre , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Global functions any() and all() on iterables From: internals@lists.php.net ("Levi Morrison via internals") > 3. Better visibility from the JIT (not having to cross userspace/internals > border is good) This is a good point _in theory_, but to me this is just indicative that we need to be able to bundle built-in functions for php-src. Now that we have preloading, I wonder how far off we are from achieving this in some form.