On Tue, Jul 11, 2006 at 11:37:52PM +0200, Attilio Rao wrote:
> Even if I have no proof-of-concepts (so maybe somebody can show that
> this is not fair), if we have setjmp/longjmp in the kernel we can have
> a correct exception handling mechanism without not great problems.

ROFL. Sorry, but using setjmp/longjmp is one of the worst possible
implementation of exceptions since it is very expensive for the hot
path, where you don't expect exceptions. They are called "exception" for
a reason.

Joerg
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to