Last week we saw how, I was able to make my own pass in a version of gcc and was able to get a dump of this file.
In that version, I was able to generate a hash for all functions where the cloned function have same hash. I was also able to print this hash in the dump if the dump flag was passed. However I was not able to able to compare these hashes with each other, I tried a bunch of things but nothing work. In this blog I will talk about the things I did to fix this, and see if I was able to solve this problem or not.