[runtime] Use proper hash function for key_gc hashes
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 20 Feb 2017 12:33:28 +0000 (14:33 +0200)
committerVlad Brezae <brezaevlad@gmail.com>
Mon, 20 Feb 2017 12:33:28 +0000 (14:33 +0200)
If the key gets moved by the GC and we only hash based on current address, we are left with invalid hashing.


No differences found