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] | |
Here's some info on the areas where libgcj and classpath still diverge.
gnu.gcj.convert
java.io
The charset conversion framework still differs.
I think Bryce has a patch to fix this, though perhaps there are
still performance concerns (btw if we have benchmarks here it would
be good to have them in a mauve module or something like that)
gnu.java.rmi.rmicASM is under the BSD license, and is designed to be small (only 33k of bytecode, apparently). Are there any hurdles to just importing it?
Classpath doesn't have rmic in the tree any more. And the rmic in
classpath-tools now uses ASM. I'm not sure what we want to do
about this. Removing it would mean stepping back a bit from our
completeness goal; OTOH merging in tools would mean handling ASM
somehow ...
gnu.java.nio
I think we differ here because CNI lets us be more efficient. I
haven't looked at this much.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |