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 2/4] Convert LTO type hashing to the new inchash interface


On 07/15/14 23:31, Andi Kleen wrote:
From: Andi Kleen <ak@linux.intel.com>

Should not really change any behavior, it's just a more abstract
interface, but uses the same underlying hash functions.

lto/:

2014-07-10  Andi Kleen  <ak@linux.intel.com>

	* lto.c (hash_canonical_type): Convert to inchash.
	(iterative_hash_canonical_type): Dito.
This is fine too once the explicit begin/end vs ctor/dtor stuff is fixed.


Jeff


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