|
From: | Michael Heerdegen |
Subject: | Re: How does nativecomp compile circular lists? |
Date: | Wed, 28 Jul 2021 03:15:35 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Jimmy Yuen Ho Wong <wyuenho@gmail.com> writes: > (defun test-circular-list () > (let ((l (list 1 2 3))) > (setcdr (last l) l) > l)) Does compiling that involve circular lists? The compiler doesn't call the function, and there is no circular structure in that code...right? Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |