Hacker News new | ask | show | jobs
by gumby 2498 days ago
Btw C++ has the same catch/throw issue. Herb Sutter has proposed a clever approach (essentially using tag bits in the return value) to mitigate the cost.