This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ and J2ee
>>>>> "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