From: Bernhard Urban Date: Tue, 31 Jul 2012 20:22:28 +0000 (+0200) Subject: TODO: replace traps? X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=commitdiff_plain;h=7e77d502bbc94d702ec96bc0e1a84b0f86dcbbc3 TODO: replace traps? --- diff --git a/doc/TODO b/doc/TODO index c32d243..52988bb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -7,6 +7,13 @@ -> for gnu classpath absolutely necessary -> estimated effort: unknown +(l) replace signals with "nice traps"? + pro -> don't rely on operating system anymore + pro -> maybe better ghci behaviour? + cons -> at some point, signals are useful for debugging? + cons -> better "template" tricks are needed, as we cannot insert more + instructions or want to place nop's at production code path + (l) gnu classpath integration -> would be awwwesome -> depends on: exceptions, jni (?)