Re: Re: LibxmlJ formalities
Nic Ferrier <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Message-ID | <[email protected]> |
Julian Scheid <[email protected]> writes: > Tom Tromey wrote: > > Usually I find that compiling from .java is worse, since the parser > > (well, really the analysis phase) has a lot of bugs and oddities. I > > know there are some bugs reading bytecode, though. I'm wondering if > > you ran into those, or if you've found new ones... > Julian replied: > Funny, it really turned out the exact opposite for me. Hmm. Well, gcj's > compile-time behaviour is not very predictable, but at least the > run-time behaviour of the stuff produced by it is... Tom, is this true? I've been told in the not too distant past that compiling from source was more reliable than from bytecode (by Per I think). Nic