> Generated code should not depend on actual values of pointers - which > often happens when you traverse a hashtable hashing pointers. Is this > what is done here? Then I suggest to hash on something different or > sort after sth different before outputting.
That was it, thanks! We were emitting type stub DIEs via a hash table traversal where the address of the DIE was being used as the hash. -cary