This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc's symbol table


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?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]