This is the mail archive of the java-patches@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]

RE: preliminary invocation patch


Per wrote:
> Well, much of the size of printf is number conversion - which we need
> anyway.  While I agree in prnciple, I think worrying about the size of
> printf is premature at best.

I don't agree - because we're not just worrying about the size of printf.
printf has to deal with floating point coinversions which we don't use.  For
some targets this will force entire floating point emulation libraries into
the image.  I think avoiding printf is good policy.

AG


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