This is the mail archive of the gcc-bugs@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: java/1141: don't use StringBuffer for string concatenation


Synopsis: don't use StringBuffer for string concatenation

Responsible-Changed-From-To: apbianco->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Tue Dec 11 10:26:52 2001
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: analyzed->closed
State-Changed-By: tromey
State-Changed-When: Tue Dec 11 10:26:52 2001
State-Changed-Why:
    I've implemented this.  It doesn't stack-allocate
    the StringBuffer, but it does remove the unnecessary
    synchronization.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=1141&database=gcc


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