0.9.6.43:
authorJuho Snellman <jsnell@iki.fi>
Tue, 15 Nov 2005 04:13:41 +0000 (04:13 +0000)
committerJuho Snellman <jsnell@iki.fi>
Tue, 15 Nov 2005 04:13:41 +0000 (04:13 +0000)
commit8fa5c056f5e1898d2bc5688aaf35105d8de112c0
tree6c4a251e18ae38285f98ef254f98126e5a15e5e7
parente4542bc034db18cf98f005b2dac53a6d7d5c7260
0.9.6.43:
Improve loop index variable detection:
        * Allow the initial value and the step to be of different types,
          as long as the initial value is more contagious (e.g (LOOP
          FOR I FROM 1.0 TO 5.0 ...))
        * Allow modification to the index variable with -, not just +
          (e.g (LOOP REPEAT 5 ...))
src/compiler/ir1opt.lisp
version.lisp-expr