[cxx-abi-dev] std::type_info::hash_code/before

David Vandevoorde daveed at edg.com
Tue Oct 4 22:06:20 UTC 2016


> On Oct 4, 2016, at 5:54 PM, John McCall <rjmccall at apple.com> wrote:
[…]
> What we did for ARM64 seems like the right basic approach: the type_info object records whether it's unique or non-unique, and non-unique RTTI just falls back on string-based comparisons / hashes.  The type_info is unique if and only if it's for a fundamental type in the ABI library or a polymorphic class with a key function.

That sounds pretty good, but can it be done in a backward-compatible way?  I’m guessing not, but perhaps it’s “close enough”?

	Daveed


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/cxx-abi-dev/attachments/20161004/37b275d7/attachment.html>


More information about the cxx-abi-dev mailing list