Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 95ed3a5 ("compiler-rt: Optimize IsSameObject()") introduced a bug where an object address was wrongly compared with a metadata address. The idea behind optimization was based on the assumption that if the metadata from two different addresses is the same, they must belong to the same object. Let's fix it :)
- Loading branch information