Module Name: pcc
Committed By: ragge
Date: Thu May 27 20:05:11 UTC 2010
Modified Files:
pcc/mip: regs.c
Log Message:
Do not base hash functions on memory addresses. These addresses may change
between different compilations and we want predictability.
Also check if an address of a node is lower than expected to avoid
short-range temporaries in the Freeze() code.
To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pcc/mip/regs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.