From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7834 invoked by alias); 30 Apr 2011 12:11:16 -0000 Received: (qmail 7805 invoked by uid 22791); 30 Apr 2011 12:11:09 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,TW_GC X-Spam-Check-By: sourceware.org Received: from relay01.pair.com (HELO relay01.pair.com) (209.68.5.15) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 30 Apr 2011 12:10:51 +0000 Received: (qmail 34752 invoked from network); 30 Apr 2011 12:10:47 -0000 Received: from 109.46.96.33 (HELO ip-109-46-96-33.web.vodafone.de) (109.46.96.33) by relay01.pair.com with SMTP; 30 Apr 2011 12:10:47 -0000 X-pair-Authenticated: 109.46.96.33 Date: Sat, 30 Apr 2011 12:11:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs] Use regular

markup for java/projects.html Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2011-q2/txt/msg00035.txt.bz2 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.