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: RFC: caching for I/O converters


Tom Tromey <tromey@redhat.com> writes:

> In 1.4 there is a new I/O system which has its own converting scheme.
> I imagine the next step for us would be to become compatible with
> that.  I haven't looked at its to see if its performance
> characteristics are good.

Yes, I've looked at this stuff.

A goal of the new IO stuff is improved performance - or at least
support for high performance, which is not necessarily the same thing!

My thinking is that we should wait until 1.4 is actually released
before trying to implement any of the new APIs, but at that point
re-design our converter framework for maximum performance
compactible with the 1.4 APIs.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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