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: Reduce startup cost of compiler (patch 3)


On 7/24/07 9:11 AM, Daniel Jacobowitz wrote:
> On Tue, Jul 24, 2007 at 07:17:19AM -0400, Diego Novillo wrote:
>>> +   if (cached_reg_restore_code[reg][mode])
>>> +      return cached_reg_restore_code[reg][mode];
>>> +   /* polute our cache.  */
>> s/polute/pollute/
> 
> Probably populate, actually...

And here I was thinking he meant making the cache entry stale.  But yes,
on second read, it should be populate.  Thanks.


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