GCJ and J2ee

Tom Tromey tromey@redhat.com
Wed Jun 15 18:48:00 GMT 2005


>>>>> "Fernando" == Fernando Lozano <fernando@lozano.eti.br> writes:

Fernando> It would be interesting to hack Tomcat
Fernando> Jasper (or another JSP compiler) to use gcj, specially with gcj 4.0
Fernando> hability to find the native so for a given class.

You could play with the (new in 4.0) gcj-jit support.
Then you don't need to modify Tomcat at all -- libgcj will compile
the JSP classes to .so and load them for you.

Currently gcj-jit doesn't scale too well -- it fails if you are
compiling a few hundred classes this way.

Tom



More information about the Java mailing list