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] | |
Of-----Original Message----- From: java-owner@gcc.gnu.org [mailto:java-owner@gcc.gnu.org] On BehalfwouldMarco Trudel Sent: Tuesday, November 28, 2006 7:13 PM To: Joel Dice Cc: Lehner, Michael; gnustuff@thisiscool.com; java@gcc.gnu.org Subject: Re: Binary size of statically linked java application
How many stubs did you need to write to cut out Swing, AWT,36. But the biggest part is because of AWTCallbackHandler and SwingCallbackHandler. Removing these classes before compiling GCJmake real sense...
and javax.crypto?15
[Lehner, Michael] I first tried to get away from AWT, this was very easy. I had to write 3
classes and 4 functions I think.
I think it would be helpful if there would be a libgcj.a, that means a classpath, without any implementation, but only empty functions.
When minimizing de code you would only have to remove an original file from it and use instead the one with the same name from the other library with only the function names inside.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |