TODO: replace traps?
authorBernhard Urban <lewurm@gmail.com>
Tue, 31 Jul 2012 20:22:28 +0000 (22:22 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 31 Jul 2012 08:14:11 +0000 (10:14 +0200)
doc/TODO

index c32d2430d1ddbbb530388caee24a5a00190d9438..52988bb2b4875e0330eb84c9029848fdbcb17fea 100644 (file)
--- 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 (?)