Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121234 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 66277 invoked from network); 5 Oct 2023 16:44:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Oct 2023 16:44:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 89FA918050B for ; Thu, 5 Oct 2023 09:44: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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 5 Oct 2023 09:44:18 -0700 (PDT) Received: by mail-ed1-f48.google.com with SMTP id 4fb4d7f45d1cf-533c8f8f91dso2149517a12.0 for ; Thu, 05 Oct 2023 09:44:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696524256; x=1697129056; darn=lists.php.net; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=0AkSS1ekVpXhnXQhPlGgjnMGFeRo63YE+UwVaBfC4BE=; b=FCQh53uuIU8UTyG7bgK7NxInq+Ed5dS5plg8HRwgFdInTlG/Vy2Cd2IjxFNcQdeMh/ lWnd/8qMXoxDeWw+Johil4B1yOC2ib3AEQjDOKei29tBcKlm6NUao+MTsz0xYMluViZW w8ggMHoGjmqAeqwn4DYRH8hmUzZCV/QmFwtMNhDIygzd2LoqRFkfJdiLGDVSbIuW9Ta2 5gsexXQJghzlfG20RB7yZQauj+bPCPxjbBdz4rbFKXTh6s2Bhz84Tx0FBs2cWVYJpvAx qMEno7kJMsn973XJnjngxU0PtClh39bB45D5Xlo5H+gFI/oCZaJaPQ5MzwIsTXUYsQUa yq8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696524256; x=1697129056; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=0AkSS1ekVpXhnXQhPlGgjnMGFeRo63YE+UwVaBfC4BE=; b=hZDGe4i8Fax1BKbppHw/2PEuzeF6VmNW5cjKbctK7/PFGonhO2OicuQdQ25JmE7ZKT 34jNl1ame6+dd2VTxm9RMoM5/sYCllafPS5DTXmKCbsBu+AwRAtgUf/Ut/Fv0hhSFNOZ 2vfM9bhIfy7JGsSl72m6o0NrO0CBwH5mm4ctYIZKjfPuesNaCQ29HNnU+82/DfLe+5+o 3oW+3f23xfyrqQZ9GFIQY6crOJ2lca7PiqMhLOVkB96xqneJwPIqH7Xl9dscSEt0V5B0 Y0mikhttozNvwMGaISDthE5gtP+9dCslZbN8jEv/Nm84tz2cKZHgZK7suVPRcp9jFCZT S+gA== X-Gm-Message-State: AOJu0YzwyMH+xHYFI+1XZpkDWVon4sZzkY+iUsKUDg4O2dTJxIxbDPRl 0A3YEikgyR2gJjog9UG4FYwUgFJ0mSX7Jc7B2ISljpcaCC8= X-Google-Smtp-Source: AGHT+IGzRWOVrlDRvALBVoIM/3qk6T1a+n9dm3S0rjBoCVn3Ti66azJuomKMqdj3zGfXCv4C+nfjKfoTsg/m+/q4U6M= X-Received: by 2002:aa7:de0b:0:b0:532:e327:123e with SMTP id h11-20020aa7de0b000000b00532e327123emr5210041edv.2.1696524256206; Thu, 05 Oct 2023 09:44:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 5 Oct 2023 19:44:05 +0300 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="000000000000a4e8410606fad56e" Subject: Re: [PHP-DEV] [RFC] [Discussion] A new JIT implementation based on IR Framework From: dmitrystogov@gmail.com (Dmitry Stogov) --000000000000a4e8410606fad56e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Internals, I've published a presentation about the IR Framework design and implementation details. See https://www.researchgate.net/publication/374470404_IR_JIT_Framework_a_base_= for_the_next_generation_JIT_for_PHP It explains many complex things in simple pictures. Thanks. Dmitry. On Thu, Sep 21, 2023 at 11:26=E2=80=AFAM Dmitry Stogov wrote: > Hi Internals, > > After all the Poll Request discussions (see > https://github.com/php/php-src/pull/12079), code-reviews and internal > discussions with core developers we decided to move this through the RFC > process. > > Thanks to all participants. > > The RFC is open for discussion: https://wiki.php.net/rfc/jit-ir > > Thanks. Dmitry. > --000000000000a4e8410606fad56e--