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: Patch: Updated `String +' patch


Tom Tromey wrote:

> This patch changes gcj to use a private, unsychronized copy of
> StringBuffer.  This speeds up String `+' operations quite a bit.
> 
> Ok to commit?


I think you the authority to do that on your own, but I have
two requests/suggestions:

(1) get rid of the 'shared' field.
(2) Make java.lang.StringBuffer.append(int) native just
like gnu.gcj.runtime.StringBuffer is.
-- 
	--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]