attempted microoptimization in eval.scm.
authorAndy Wingo <wingo@pobox.com>
Sun, 13 Jun 2010 18:17:49 +0000 (20:17 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 13 Jun 2010 18:17:49 +0000 (20:17 +0200)
commitbb0c8157411586fa9bb661cf9497892a1b3f7c90
tree9bdf087642c73039e1cbba781dc28fbcf11cdf10
parent2a8a127bbec7d9d4dfc0c39cfa0452650f74ab35
attempted microoptimization in eval.scm.

* module/ice-9/eval.scm (primitive-eval): Try using list-ref instead of
  cdring in the vm. We'll check the hydra build times to see if this has
  any actual merit. Surely the best solution is another representation
  of environments, though.
module/ice-9/eval.scm