Implementation of exceptions in C++

116 Views Asked by At

Do gcc and clang/LLVM generate a hash table with a perfect hash function, keyed by all return addresses from exception throwing functions? Do they use the same algorithm (to generate the hash function) as gperf?

0

There are 0 best solutions below