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: RFC: micro-libgcj merge proposal


Tom Tromey wrote:
Another question I have in this area: what is the viability, or not,
of post-processing instead of pre-processing?

I think pre-processing will always be better (in terms of size of executable).


For example making VMClassLoader extend SecureClassLoader instead of URLClassLoader saves some code. I don't think you could re-parent a class in post-processing very easily, but pre-processing it is quite simple.

I can think of other things that are similar.

David Daney


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