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]
Other format: [Raw text]

Re: Patch: java.io.PrintStream


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> I would like to merge java.io.PrintStream from
Michael> classpath. This basically uses a PrintWriter object
Michael> internally instead of doing it all alone.

Could you verify that this doesn't cause a performance regression?  I
ask only because System.out is a PrintStream, so it is probably used
pretty frequently.

I suspect this change won't matter.  But I'd rather we know that ahead
of time.  If it doesn't cause a regression, go ahead.

Thanks for this and all your other merge work.

Tom


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