From patchwork Sat Apr 30 12:10:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Use regular

markup for java/projects.html Date: Sat, 30 Apr 2011 02:10:48 -0000 From: Gerald Pfeifer X-Patchwork-Id: 93500 Message-Id: To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org If really desired, we can reinstate the original look via CSS, though I'd like to keep things consistent across all GCC pages. Gerald 2011-04-26 Gerald Pfeifer * projects.html: Use regular

markup for section headers instead of fake tables. Index: java/projects.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/projects.html,v retrieving revision 1.33 diff -u -r1.33 projects.html --- java/projects.html 25 Oct 2008 17:44:03 -0000 1.33 +++ java/projects.html 26 Apr 2011 20:24:01 -0000 @@ -18,30 +18,16 @@ href="mailto:java-patches@gcc.gnu.org">java-patches list.

-
- - - - -
-jar support -
-
+ +

jar support

Modify gcj to obey the constraints layed out by the jar file manifest file.

-
- - - - -
-Plugin for Mozilla -
-
+ +

Plugin for Mozilla

Mozilla is open-source web browser, @@ -52,15 +38,8 @@ (gijzilla?).

-
- - - - -
-Benchmark infrastructure -
-
+ +

Benchmark infrastructure

Measuring performance is tricky business. We currently do all our @@ -75,18 +54,12 @@ Building some infrastructure around these would be incredibly useful.

-
- - - - -
-Performance improvements -
-
-There are a few concrete performance improvements that we already know -we want: +

Performance improvements

+ +

There are a few concrete performance improvements that we already know +we want:

+
  • If an object or array is allocated in static code that is executed at most once (i.e. not in a loop or in a non-private @@ -120,15 +93,8 @@

-
- - - - -
-Compiler improvements -
-
+ +

Compiler improvements

  • We'd like gcj to do tree-level inlining like the C++ @@ -187,15 +153,9 @@ second one is higher priority.)
-
- - - - -
-Runtime improvements -
-
+ +

Runtime improvements

+
  • Write a program to convert existing locale data into a format we can use.