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: [Darwin] PATCH: avoid unnecessary allocation in darwin_make_decl_one_only



On Aug 31, 2004, at 10:14 AM, Matt Austern wrote:


This won't make a huge difference in performance, but at least it kills one place where we were being gratuitously inefficient. We're currently allocating a new string every time we make a symbol one-only, even though there are only two distinct strings. This patch fixes that. Bootstrapped on powerpc-apple-darwin7.5.0.

OK to commit to mainline?

OK.



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