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] Reduce size footprint of empty strings.


On Thu, Feb 25, 2010 at 11:54 AM, Maxim Kuvyrkov <maxim@codesourcery.com> wrote:

> OK for 4.6?
>
> The patch is simple enough to be considered for 4.5, but this is RMs' call.

It may add some compile time if we loop over all string literals.
Perhaps gcc can detect empty strings earlier (during parsing?) and
hijack a flag on STRING_CST nodes?

Ciao!
Steven


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