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][LTO] Speed up gimple_type_hash


On Thu, Jul 16, 2009 at 09:54, Richard Guenther<rguenther@suse.de> wrote:

> 2009-07-16 ÂRichard Guenther Â<rguenther@suse.de>
>
> Â Â Â Â* gimple.c (iterative_hash_gimple_type): Remove the level argument,
> Â Â Â Âadd a stack argument for tracking cycles.
> Â Â Â ÂQuery the pointer-map with the pre-computed hashes and update it
> Â Â Â Âfor types not in a cycle.
> Â Â Â Â(gimple_type_hash): Assign all types in a cycle the same hash value.

OK.  Thanks for speeding this up.


Diego.


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