This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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.