From patchwork Wed Feb 22 22:59:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 60715 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a05:6000:1283:0:0:0:0 with SMTP id f3csp37790wrx; Wed, 22 Feb 2023 14:59:43 -0800 (PST) X-Google-Smtp-Source: AK7set9/mM+0YLdBINWovTAIxAs94ZYfvH4Xy8WGVYjv+d4pm+tV18qYnH8QyEG7fo33mSlOU9nj X-Received: by 2002:a17:907:6d99:b0:8d7:153:1486 with SMTP id sb25-20020a1709076d9900b008d701531486mr11440139ejc.20.1677106783762; Wed, 22 Feb 2023 14:59:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1677106783; cv=none; d=google.com; s=arc-20160816; b=cj3vZFZddr6dQZsE0S/dsFw6uz7uhNEz982xCtUPlyOjbJkhZITUOXN6uC+aiZ2JsI CSJRHB7E1tlbdwt6hTgeE4FMroE/2TNU2HTumkUd99cfYH9LeO68g2VTYRypwo+owTx7 d3I5tlewoGY+gM87yT1iAgR0LY+KzS/PJbOKblya75Ss9MJHqLeQ/mOoQT/cGIoNRiij FxAArkEol7mKonszpXQofaBHJaAnml0bK0SlswL1+OUdN1pUA2G06c1+Zf0Xa9hf0YaN qWIVK2+ghQZVTCmDlJUBEM6WkJoOIgoiQvUKq61F70pdnXbLh5FGN5YT0LdGuYvrumIc +NPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :cc:to:from:date:dmarc-filter:delivered-to; bh=qBqHnckVaX2mSiIM7AlESicBxOG3GaYVkOOe6QB1yX4=; b=Nq2HGRwqBM8mWLFIma5H8YGrBJPY/C2+IukSdqi9Ajkp79eINsZSkCYT9WSJp0FoHG XTVDzZ5zY9Hv/k+qXUcKgbT2TXxfgMiMd1XQVSQp7e7vH0DyLptCxUua2wPIGnfCRlMM IDMjYmurbfNPSdSKrZuQh06CF9DBSsx1vyVr0RxyWAC7Ahq1n3zHJLMN5XcmSbSAI+fY 1VI0WkmqfRy03MHRPB0DVTkWbBnBKjvgfkK2vw8nYaQC9ONitemlH+bsg2ggDswwp0vS ZGxwoPdVv5N6BtlKz3wVsqfmahdhJTWYAUcjQ7kykj+t5+sXhveNMt+ITkW7MocPGlP+ lGwA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (server2.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id wi14-20020a170906fd4e00b008e496c408aesi4966332ejb.709.2023.02.22.14.59.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 14:59:43 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BE026385800C for ; Wed, 22 Feb 2023 22:59:38 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id CC9123858D3C for ; Wed, 22 Feb 2023 22:59:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC9123858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 7BAC233E54; Wed, 22 Feb 2023 17:59:13 -0500 (EST) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id EE75433E4D; Wed, 22 Feb 2023 17:59:12 -0500 (EST) Date: Wed, 22 Feb 2023 23:59:06 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Qing Zhao Subject: [pushed] wwwdocs: gcc-9: Various changes around -flive-patching MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230222225913.7BAC233E54@hamza.pair.com> X-Spam-Status: No, score=-9.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1758573923349348644?= X-GMAIL-MSGID: =?utf-8?q?1758573923349348644?= This is on top of what Qing nicely added back in 2018 - backlog on my disk. Pushed. Gerald --- htdocs/gcc-9/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 7dfae89c..89c20985 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -101,10 +101,10 @@ You may also want to check out our Invoking GCC for more.
  • - A new option, -flive-patching=[inline-only-static|inline-clone] wwwdocs:, has been - introduced to provide a safe compilation for live-patching. At the same - time, provides multiple-level control on the enabled IPA optimizations. - See the user guide for more details about the option. + A new option -flive-patching=[inline-only-static|inline-clone] wwwdocs: + generates code suitable for live patching. At the same + time it provides multiple-level control over IPA optimizations. + See the user guide for more details.
  • A new option, --completion, has been added to provide more fine