arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

LLVM-generated functions need to handle signals #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, LLVM-generated functions don't ever check for pending signals to
handle the way the interpreter does. Among other problems, this makes it
impossible to KeyboardInterrupt Unladen Swallow when running with -L[012].

evlogimenos has agreed to work on this (and thread switching, since they're
related).

Original issue reported on code.google.com by collinw on 28 May 2009 at 12:21

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 19 Jun 2009 at 6:45

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 6 Jul 2009 at 9:25

GoogleCodeExporter commented 8 years ago
Fixed in r699.

Original comment by jyass...@gmail.com on 7 Jul 2009 at 8:26