Skip to content
Snippets Groups Projects
Commit 354967b1 authored by rtoy's avatar rtoy
Browse files

Fix loop initialization bug reported by Bruno Haible, cmucl-imp,

2004-08-20.  Use boot-2004-10-2.lisp to bootstrap.

o We were not putting the loop prologue code after the initializations
  for with, for, and as.
o The step form for for-as-equals was getting optimized into the body,
  instead of leaving one in the prologue for other initializations.
o The for-across clause was putting the length computation into the
  prologue, but should belong in the initialization part before the
  body.

See comments for more info.
parent ca90b6d6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment