On Tue, Jan 10, 2017 at 11:45 AM, Rainer Orth
wrote:
>
>> Drop the size arguments for the hash/equal functions stored in type
>> descriptors. Types know what size they are. To make this work,
>> generate hash/equal functions for types that can use an identity
>> comparison but are not a standard
Hi Ian,
> Drop the size arguments for the hash/equal functions stored in type
> descriptors. Types know what size they are. To make this work,
> generate hash/equal functions for types that can use an identity
> comparison but are not a standard size and alignment.
>
> Drop the multiplications b