Comment 2 for bug 1761102

Revision history for this message
Stas Boukarev (stassats) wrote :

Reduced to
(progn
  (eval `(lambda () ,@(loop for i below 40000 collect `(setf * ,(float i)))))
  (gc))

caused by constants overflowing the header.