From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Tardif To: gcc@gcc.gnu.org Subject: gcc's symbol table Date: Wed, 02 Aug 2000 19:07:00 -0000 Message-id: X-SW-Source: 2000-08/msg00059.html I've heard that gcc uses gperf to create a perfect hash function for the symbol table. Once a key is hashed and retrieved from the table, is it necessary to strcmp in order to verify that the key matches the symbol?