This is the mail archive of the java@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: GCJ and J2ee


On Wed, 2005-06-15 at 11:09 -0400, Craig A. Vanderborgh wrote:
> We have integrated Spring, Jetty, and Velocity all on a SBC running 
> embedded Linux.  We compiled the Spring et al. under gcj 3.3 to
> native xscale object code.  It works beautifully - it's fast and 
> reliable, with all of the Spring functionality intact.

I always love hearing about the stuff you guys have done at voxware!

BTW, arm/xscale linux should be moving to the new ARM ABI soon enough.
This implies PC range table based EH instead of setjmp/longjmp by
default.  IIRC you should see fantastic code size reductions with this
change.  Something to look forward to for your future projects.

But from what I recall you guys did a lot of random hacking and may
already be off setjmp/longjmp EH.

AG



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