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: gnu.java.locale


>>>>> "Brian" == Brian Sullivan <bsulliv@bbnow.net> writes:

Brian> Would it make sense to always automatically link in a special
Brian> gnu.java.StaticLinkRequired class within libgcj when statically
Brian> linking? That way, average code will work and any further changes to
Brian> reflection requirements are located in a single location.

We already do this in gnu.gcj.runtime.FirstThread.
Right now we only list those required to bootstrap the runtime.
The danger of adding more is that then you begin to counteract one of
the benefits of static linking, namely smaller footprint.

Tom


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