Less constraint propagation when COMPILATION-SPEED > SPEED
authorPaul Khuong <pvk@pvk.ca>
Sat, 18 Jun 2011 20:36:02 +0000 (16:36 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sun, 19 Jun 2011 01:14:40 +0000 (21:14 -0400)
commitfb24d88c8f97f1b344addab398fc54f62d8aa4ce
tree7e9fb62eaa7921ac081c70123def502b94ced4dd
parente7100f143ac497232623ada89aa364b720faa345
Less constraint propagation when COMPILATION-SPEED > SPEED

 Propagate much fewer EQL constraints, and propagate fewer constraints
 to EQL variables.  Can results in a few orders of magnitude speed ups
 in compilation times.
NEWS
src/compiler/constraint.lisp
tests/compiler.pure.lisp