Improved hashing of nodes:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 5 Nov 2004 09:37:48 +0000 (09:37 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 5 Nov 2004 09:37:48 +0000 (09:37 +0000)
commit744404eab78d3481c838a77dc3c940e7821f4922
treed71b15faeb5945bf77a6ed8d872a10397f2e8572
parenta18f7145f262acfbe98d573077ff0795d33128bc
Improved hashing of nodes:

Use the intra functions to speed up calculation.
Strip all addresses
For CF nodes, hash their blocks. This especially improves Jmp nodes.

The bad news is that after CF optimization the old CF ops cannot be found and
will remain until dead node elimination.

[r4281]
ir/ir/iropt.c