This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Java Patches: -fno-org-xml-sax and -fno-org-w3c-dom


On Sun, 2002-12-01 at 09:55, Jeff Sturm wrote:
> Alternatively, if -l-org-xml-sax and -l-org-w3c-dom aren't linked
> automatically, existing binaries are unaffected and no front-end changes
> are required.  Those who need the libraries can just add the linker flags
> (or use xerces)

This goes against one of our unwritten rules, which is that JDK-like
behaviour should not require extra flags.  Is it time to revisit this?
And then what would be the next libraries we'd want to pull out?  AWT? 
Where would we stop?   We don't want to make this difficult to use.

> In any case I think breaking org.xml and org.w3c out of libgcj.so is a
> great idea.
> 
> > + org/xml/sax/helpers/NewInstance.java \
> 
> BTW this class doesn't appear to be in the tree.

Sorry! This patch builds onto my org.xml.sax refresher patch, which is
awaiting approval...

	http://gcc.gnu.org/ml/java-patches/2002-q4/msg00323.html

AG



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