Skip to content
Snippets Groups Projects
Commit 0becdc66 authored by pmai's avatar pmai
Browse files

The recent changes which made system:without-hemlock a simple progn if

Hemlock wasn't present, caused the compiler to tail-call eliminate the
function call in signal handlers defined via define-signal-handler.
Besides causing problems for the debugger, which now sees a foreign
function call land frame as the top of stack, this is also confusing
to the end user, hence we turn up the debug optimization quality to
prevent tail-call-elimination here.
parent a84ba1f4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment