compiler/arm/call: &REST-arg listification.
commitd8a064fca0fb8e300631f163dd0436bd509246fb
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 1 Nov 2012 13:26:44 +0000 (1 09:26 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:08:41 +0000 (10 15:08 -0400)
treeccc87f5d00c13098342c7b7b8aaea6a4ba7c86af
parent811600611fa786e13c439e50171f5766dd9c5098
compiler/arm/call: &REST-arg listification.

  * Cribbed, fairly obviously, from the PPC backend, and rewritten
for ARM-specific changes, and taste.

  * There's more to be done here.  Predicated code alone, for
example, should allow for a loop rotation to bring the head to the
top.  Post-indexed addressing could be used to update the more-arg
pointer.  And there's probably something else available as well.
src/compiler/arm/call.lisp