More for-each micro-optimizations
authorAndy Wingo <wingo@pobox.com>
Sun, 2 Mar 2014 11:38:32 +0000 (12:38 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 16 Mar 2014 18:41:51 +0000 (19:41 +0100)
commitf87a7327a54e10ec3ed77a6192a0cd38fed3a9c9
tree117fd45adbdc6c81c9539fc6b9d73efd3e2ee8c8
parentc2379a5b45a493c35ea90d64857a59e7832466be
More for-each micro-optimizations

* module/ice-9/boot-9.scm (for-each):
* module/srfi/srfi-1.scm (for-each): Re-implement one-list case using an
  explicit check for list? instead of the tortoise-hare thing.  Seems to
  be faster!
module/ice-9/boot-9.scm
module/srfi/srfi-1.scm