Displaying 1 result from an estimated 1 matches for "08610dba".
2015 Dec 20
5
Hash of a module
I want to run a bunch of optimizations, iteratively, that is keep running
until things stop changing (to make sure all optimization opportunities are
taken). As far as I know, there is no way to copy a module or compare
modules by value, so it occurs to me that a practical solution might be to
take the hash code of the module and see if that changes.
A problem is that hash algorithms are designed