Re: [00/13] check hash table counts

2022-12-28 Thread Martin Liška
On 12/27/22 05:07, Alexandre Oliva via Gcc-patches wrote: > > While looking into another issue that corrupted hash tables, I added > code to check consistency of element counts, and hit numerous issues > that were concerning, of three kinds: insertion of entries that seem > empty, dangling inserti

[00/13] check hash table counts

2022-12-26 Thread Alexandre Oliva via Gcc-patches
While looking into another issue that corrupted hash tables, I added code to check consistency of element counts, and hit numerous issues that were concerning, of three kinds: insertion of entries that seem empty, dangling insertions, and lookups during insertions. These problems may all have th