From 23c83708c98d89024e25e4354d856b2a000fb4c3 Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 3 Feb 2017 09:10:37 +0000 Subject: [PATCH] Document default value for use-after-scope-direct-emission-threshold 2017-02-03 Martin Liska * doc/invoke.texi: Document default value for use-after-scope-direct-emission-threshold. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245147 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2118c339711..445f27b5e0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2017-02-03 Martin Liska + * doc/invoke.texi: Document default value for + use-after-scope-direct-emission-threshold. + +2017-02-03 Martin Liska + PR tree-optimization/79339 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear. (format_floating): Likewise. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2d8ee57552d..08d26a1d858 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10471,6 +10471,7 @@ E.g. to disable inline code use @item use-after-scope-direct-emission-threshold If size of a local variables in bytes is smaller of equal to this number, direct instruction emission is utilized to poison and unpoison local variables. +Default value in 256. @item chkp-max-ctor-size Static constructors generated by Pointer Bounds Checker may become very -- 2.11.4.GIT