compiler/arm/call: Implement two more full-call VOPs.
commit049da620cf25c7517f6ed36375e0bb691757b0de
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 2 Jan 2014 18:11:03 +0000 (2 13:11 -0500)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:12 +0000 (10 15:12 -0400)
tree1facc022cc2a0e1ed211e7891640b804804ae64b
parent18ec1ae136ab249fb92926043c9e1f16e8b5853d
compiler/arm/call: Implement two more full-call VOPs.

  * These were easy enough to get to compile, since they are tied
into the whole DEFINE-FULL-CALL noise.  I half expect trouble when
it comes time to run the code produced, however, simply because of
the amount of register pressure involved already.

  * And re-enable the corresponding parts of IR2TRAN, in order to
make use of the new VOPs.
src/compiler/arm/call.lisp
src/compiler/ir2tran.lisp