diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f5efaea66e9..d45e4342978 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 7e71a7e3312..fa1b7c993c3 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%.