|
Re: Dynamic-extent ahead: msg#00349lisp.cmucl.devel
Raymond Toy <toy@xxxxxxxxxxxxxxx> writes: > Can you give some examples of the LET case? (defun foo () (let ((x (list 1 2))) (declare (dynamic-extent x)) (length x))) where LIST can also be LIST* or CONS. > Also, is it possible to disable the LET case? (in-package :c) (defun dynamic-extent-allocation-p (vars vals) nil) should work, I think. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Seeing memory corruption, GC moves my objects around: 00349, Martin Cracauer |
|---|---|
| Next by Date: | Typecheck hole in safety = 3, speed = 3 code: 00349, Martin Cracauer |
| Previous by Thread: | Re: Dynamic-extent aheadi: 00349, Raymond Toy |
| Next by Thread: | Re: Dynamic-extent ahead: 00349, Raymond Toy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |