Opened 12 years ago
Closed 4 years ago
#317 closed defect (fixed)
LOOP estimate-code-size problem
Reported by: | Stassats | Owned by: | not-assigned |
---|---|---|---|
Priority: | major | Milestone: | 1.8.0 |
Component: | interpreter | Version: | 1.2.0-dev |
Keywords: | Cc: | stassats@… | |
Parent Tickets: |
Description
(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)
comment:1 Changed 12 years ago by
Milestone: | → 1.2.0 |
---|---|
Version: | → 1.2.0-dev |
comment:2 Changed 12 years ago by
Component: | libraries → interpreter |
---|---|
Owner: | changed from Mark Evenson to ehuelsmann |
comment:3 Changed 12 years ago by
Owner: | changed from ehuelsmann to Evenson Not Org |
---|---|
Status: | new → assigned |
comment:4 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:5 Changed 11 years ago by
Owner: | changed from Evenson Not Org to not-assigned |
---|
comment:8 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:13 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:17 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Need to verify if this is really present in the interpreter.