Use arity-dispatched procedures for APPEND and APPEND!.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 11 Feb 2019 05:00:36 +0000 (05:00 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 11 Feb 2019 05:01:14 +0000 (05:01 +0000)
commit993a92d585337050eb5c0efbcb3e8bd82690674c
tree2c4a6d1723421f6a7aab306b65ba73579e33d7b0
parentc8acbfab96f162c933c043f9063b63417494a172
Use arity-dispatched procedures for APPEND and APPEND!.

APPEND turns up hot in the compiler, because LAP = quasiquote.  Let's
skip some round-trips through the microcode, shall we?
src/runtime/list.scm