From: gerald Date: Sat, 1 Sep 2018 21:27:14 +0000 (+0000) Subject: * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b28a0baf4396773fb56d0c5011d7ef479c4405e;p=thirdparty%2Fgcc.git * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org references. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264031 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f5efaea66e9a..d45e43429784 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2018-09-01 Gerald Pfeifer + + * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org + references. + 2018-08-31 Sandra Loosemore * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc: diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml index 7e71a7e3312b..fa1b7c993c38 100644 --- a/libstdc++-v3/doc/xml/manual/profile_mode.xml +++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml @@ -26,7 +26,7 @@ various components at interesting entry/exit points to/from the standard library. Process trace, recognize suboptimal patterns, give advice. For details, see the - Perflint + Perflint paper presented at CGO 2009. @@ -328,7 +328,7 @@ vector-size: improvement = 3: call stack = 0x804842c ... For details, see - paper presented at + paper presented at CGO 2009. @@ -1403,7 +1403,7 @@ foo.cc:1: advice: Change "list" to "forward_list". See papers: A framework for adaptive algorithm selection in STAPL and - + Optimizing Sorting with Machine Learning Algorithms. Sample runtime reduction:60%.