reimplement identifier hash table in terms of a probed table instead of a chained
table. This is about 25% faster for identifier lookup. This also implements resizing of the hash table. llvm-svn: 39058
Loading
Please register or sign in to comment