Smaller initial stack frame size on x86oids
authorPaul Khuong <pvk@pvk.ca>
Sat, 21 Sep 2013 22:34:30 +0000 (18:34 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sun, 22 Sep 2013 00:29:14 +0000 (20:29 -0400)
commit9b79c4c51954ffc46c631e56547ac865860e8855
tree383318c26e556d620a637d658d36c358d1986ada
parent20102d9bd3c62691cc2c27725ff7ffdcab54ab2b
Smaller initial stack frame size on x86oids

Now that copy-more-arg is fixed, stack frames can be initialised
at 3 slots (some raw constants in the codegen seems to depend on
each frame spanning at least that many slot).
src/compiler/x86-64/vm.lisp
src/compiler/x86/vm.lisp