From patchwork Sat Sep 18 16:52:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Document -fstack-usage and -fstack-check improvements Date: Sat, 18 Sep 2010 06:52:16 -0000 From: Eric Botcazou X-Patchwork-Id: 65132 Message-Id: <201009181852.16281.ebotcazou@adacore.com> To: gcc-patches@gnu.org The subject tells it all. OK to install? Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.41 diff -u -r1.41 changes.html --- htdocs/gcc-4.6/changes.html 17 Sep 2010 10:20:58 -0000 1.41 +++ htdocs/gcc-4.6/changes.html 18 Sep 2010 16:52:33 -0000 @@ -79,6 +79,9 @@ +
  • A new switch -fstack-usage has been added. It makes + the compiler output stack usage information for the program, on a + per-function basis, in an auxiliary file.
  • Compile time and memory usage improvements

    @@ -95,6 +98,12 @@

    Ada

    + +

    C family

    C++