This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] PATCH: Mention java news item


On Wed, 10 Sep 2003, Gerald Pfeifer wrote:
> On Thu, 4 Sep 2003, Jeff Sturm wrote:
> > +2003-09-03  Jeff Sturm  <jsturm@one-point.com>
> > +
> > +	* index.html: Add a news item.
>
> Would you mind also adding a similar note to gcc-3.4/changes.html?

Not at all, but it appears to have already been done:

    <li>Inlining heuristics for C, ObjC, C++ and Java have been improved
        significantly.  Call graph based out-of-order inlining is now
        enabled by default at <code>-O3</code>.</li>

I don't have anything to add to that, except that I believe the default
has now changed to -O2 for all supported frontends:

Index: htdocs/gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.46
diff -u -p -r1.46 changes.html
--- htdocs/gcc-3.4/changes.html	10 Sep 2003 04:54:05 -0000	1.46
+++ htdocs/gcc-3.4/changes.html	10 Sep 2003 17:08:27 -0000
@@ -56,7 +56,7 @@
     </li>
     <li>Inlining heuristics for C, ObjC, C++ and Java have been improved
         significantly.  Call graph based out-of-order inlining is now
-        enabled by default at <code>-O3</code>.</li>
+        enabled by default at <code>-O2</code>.</li>
   </ul>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]