This is the mail archive of the java-discuss@sources.redhat.com 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]

Re: gcc 3.0


On Thursday, October 19, 2000 at 21:05, Bryce McKinlay wrote:
>
> > My list includes nailing the various iconv problems (both in gcj and
> > libgcj).  To me these stand out as being very annoying.  Any other
> > ideas?
>
> Well I've said this before, but having complete a complete collections
> implementation in libgcj would make it a LOT more useful for many people.
> I'm keen to do the work of merging the code in from classpath, but it is
> dependent on resolving some inner class compiler bugs that have been
> unfixed for quite a long time.

You probably already know this, but it is possible (and quite simple)
to rewrite the java.util collections classes from Classpath so that
(almost) no inner class code is used. (An exception is Map.Entry.) This
is what I did for Gnome-GCJ. That way I was able to use LinkedList
and HashMap. At least it is a temporary fix.

Oskar Liljeblad (osk@hem.passagen.se)

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