Implement list/list* as VOPs on ARM.
commitfdac5f525eb5567a08c481f632ef63f342e90da2
authorStas Boukarev <stassats@gmail.com>
Sat, 10 May 2014 23:18:51 +0000 (11 03:18 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 10 May 2014 23:18:51 +0000 (11 03:18 +0400)
treee0a8b5c6f293ebfc829a95f55137affb27f0cadc
parentb793e2b291ee55ec43399d0367f59d6a56b27433
Implement list/list* as VOPs on ARM.

This required a change to list ir2-convert, it put the arguments into
the full call registers, not leaving enough registers for the VOP
itself. Put the arguments into normal tns. This also makes it better
for other platforms.
src/compiler/arm/alloc.lisp
src/compiler/ir2tran.lisp