WaltK
WaltK

Reputation: 774

Implementation of exceptions in C++

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?

Upvotes: 0

Views: 113

Answers (0)

Related Questions