-
- Downloads
(funcall (compile nil
'(lambda (a b c) (declare (optimize (speed 0) (debug 0))) (logcount (let ((v3 (if a (block b3 a) b))) c)))) 46611128 -69 -133775) => segmentation violation * src/compiler/byte-comp.lisp (output-branch): Always emit conditional branches even if they go to the following instruction, because conditional branches have the side effect of popping the eval stack. Reported by Paul Dietz.
Please register or sign in to comment