This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: [PATCH] Java: expand divide, expand conversions
Andrew> Out of interest, what do you mean by "way too many" gcc flags?
I think I know what he means. Gcc has something like 200 command-line
options. It's difficult to keep them all in mind. It's even
difficult to put them all into a user interface so that you don't have
to keep them all in mind. In theory it is nice to be able to tweak
each part independently. In practice I have to wonder how many people
actually do it.
Tom