On Saturday, 26 May 2012 at 22:02:10 UTC, Jonathan M Davis wrote:
Now, that aside, the results with hash2 definitely look like a bug to me. It's probably just the result of one more of the many issues with the current AA implementation.

This is what I'm guessing too. I've made toHashes in my own version testing this, but the AA problem remains. Problem goes away when not idup-ing, but likely that is the compiler saving space and assigning the same pointer address (which makes sense).

Reply via email to