This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: The problems with StringBuilders...
On Wed, 2005-10-12 at 19:55 -0600, Tom Tromey wrote:
> There have been a lot of changes to the build that are pretty gross,
> and some of them I'm sure affect embedded folks -- compiling various
> packages BC for instance.
A minor point really, but I think a static -vs- dynamic linkage
distinction is more useful than an "embedded" -vs- everything else
distinction. Many "embedded" systems can actually do dynamic linkage.
And most of our static linkers have been Windows users (like Adam's
ActiveX control), not embedded.
AG