Don't transform LIST with a very large number of arguments.
commitd5039340ec0a4bd9cc3ce58452b007d29ad1c150
authorStas Boukarev <stassats@gmail.com>
Tue, 8 Dec 2015 20:24:19 +0000 (8 23:24 +0300)
committerStas Boukarev <stassats@gmail.com>
Tue, 8 Dec 2015 20:24:19 +0000 (8 23:24 +0300)
tree449bd8bd6172ca189cd28f312476ebcd888a6a4e
parenta5fe27be58b92549511565aa3a963b05da5021a0
Don't transform LIST with a very large number of arguments.

The VOP for LIST will allocate it in the large-objects area, and
conses are not allowed there. This is 8192 on x86-64.
src/compiler/ir2tran.lisp