This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch]: ggc-page.c: use uintptr_t instead of size_t
- From: Tristan Gingold <gingold at adacore dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 2 Apr 2012 09:54:24 +0200
- Subject: Re: [Patch]: ggc-page.c: use uintptr_t instead of size_t
- References: <1D19B2AB-617E-4C04-8F07-9940C1F47685@adacore.com> <4F75F0F6.1040208@redhat.com>
On Mar 30, 2012, at 7:44 PM, Richard Henderson wrote:
> On 03/20/2012 05:41 AM, Tristan Gingold wrote:
>> 2012-03-20 Tristan Gingold <gingold@adacore.com>
>>
>> * ggc-page.c (PAGE_L1_SIZE, PAGE_L2_SIZE, LOOKUP_L1, LOOKUP_L2)
>> (ggc_allocated_p, lookup_page_table_entry, set_page_table_entry)
>> (alloc_page, init_ggc, clear_marks, struct ggc_pch_data)
>> (ggc_pch_this_base): Use uintptr_t instead of size_t.
>
> Ok.
Thanks, committed.
Tristan.