LOOP estimate-code-size problem
(loop for x = #'(lambda ()) for y = 10 then 20 return y)
causes loop to throw to a non-existant tag,
(throw 'duplicatable-code-p nil) should be (throw 'estimate-code-size nil)
(BTW, in SBCL, I fixed this by getting rid of the code size estimation completely)
Change History
(17)
| Milestone: |
→ 1.2.0
|
| Version: |
→ 1.2.0-dev
|
| Component: |
libraries → interpreter
|
| Owner: |
changed from Mark Evenson to ehuelsmann
|
| Owner: |
changed from ehuelsmann to Evenson Not Org
|
| Status: |
new → assigned
|
| Owner: |
changed from Evenson Not Org to not-assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Need to verify if this is really present in the interpreter.