From patchwork Tue Jun 22 11:35:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Some news into gcc-4.6 Date: Tue, 22 Jun 2010 01:35:46 -0000 From: Jan Hubicka X-Patchwork-Id: 56462 Message-Id: <20100622113546.GA18560@kam.mff.cuni.cz> To: gcc-patches@gcc.gnu.rg Hi, before we forget about this, this patch announces the new -fsuggest-attribute feature and changes in IPA. For marketing reasons I think we might add compile time and memory usage improvements and mention df changes (and hopefully others). The buildtime improved from over 11m to 9m42s, so I am quite safe with that 10% claim. Honza Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.18 diff -u -r1.18 changes.html --- changes.html 13 Jun 2010 12:44:28 -0000 1.18 +++ changes.html 22 Jun 2010 11:33:43 -0000 @@ -43,6 +43,34 @@ with options that can affect standards compliance but result in better optimized code. For example -Ofast enables -ffast-math. +
  • Interprocedural optimizations improvements
  • + + + +

    Compile time and memory usage improvements

    +

    New Languages and Language specific improvements