Integrate NULL-LIST?.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 10 Feb 2019 04:32:05 +0000 (04:32 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 10 Feb 2019 04:32:05 +0000 (04:32 +0000)
commitaf44f134ff14d787a1b6aeeef14b9a25e5b3ef8d
tree458991627f0e89c44a0a5e8b23ed10d51d8d2c54
parent47ffa626f37d8b1eb165fdadbcb3b835f7d8f4e7
Integrate NULL-LIST?.

This is used all over common SRFI 1 list operations, so what should
have been a pair of conditional branches turned into unknown
procedure calls, sometimes through a trampoline to fill in default
arguments, which turned up in profiling the compiler.
src/runtime/list.scm
src/runtime/srfi-1.scm