"git@gitlab.common-lisp.net:cshapiro/cmucl.git" did not exist on "53adbe1650511fe6f5d91628b20b272f884c52eb"
Forked from
cmucl / cmucl
Source project has a limited visibility.
-
gerd authored
'(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.
gerd authored'(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.