From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109078 invoked by alias); 23 Jan 2020 13:56:35 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 109025 invoked by uid 9068); 23 Jan 2020 13:56:35 -0000 Date: Thu, 23 Jan 2020 13:56:00 -0000 Message-ID: <20200123135635.109022.qmail@sourceware.org> From: hubicka@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 646f1993137cef4fddaf86e5abe267cc31ded946 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 39f20a091674eb7141d4a15e9a170726e24bce83 X-Git-Newrev: 646f1993137cef4fddaf86e5abe267cc31ded946 X-SW-Source: 2020/txt/msg00069.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 646f1993137cef4fddaf86e5abe267cc31ded946 (commit) from 39f20a091674eb7141d4a15e9a170726e24bce83 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 646f1993137cef4fddaf86e5abe267cc31ded946 Author: Jan Hubicka Date: Thu Jan 23 14:55:38 2020 +0100 Move --param change to lto infrastructure section. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 6c6588a..ef27c9b 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -95,13 +95,6 @@ a work-in-progress.

  • Inliner heuristics and function clonning can now use value-range information to predict effectivity of individual transformations.
  • -
  • Most --param values can now be specified at - translation unit granuality. This includes all parameters controlling - the inliner and other inter-procedural optimizations. Unlike earlier - releases, GCC 10 will ignore parameters controlling optimizations - specified at link-time and apply parameters specified at compile-time - in the same manner as done for optimization flags. -
  • During link-time optimization the C++ One Definition Rule is used to increase precision of type based alias analysis.
  • @@ -124,6 +117,13 @@ a work-in-progress.

    zstd algorithm. Configure script can automatically detect the zstd support. +
  • Most --param values can now be specified at + translation unit granuality. This includes all parameters controlling + the inliner and other inter-procedural optimizations. Unlike earlier + releases, GCC 10 will ignore parameters controlling optimizations + specified at link-time and apply parameters specified at compile-time + in the same manner as done for optimization flags. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- gcc-wwwdocs