Smaller stack frames on x86oids
authorPaul Khuong <pvk@pvk.ca>
Thu, 27 Jun 2013 22:46:52 +0000 (18:46 -0400)
committerPaul Khuong <pvk@pvk.ca>
Thu, 18 Jul 2013 20:17:30 +0000 (16:17 -0400)
commit3b98d369be67b42cbd823af9c6df55ac9601bfa9
tree6dd159bc65a78dd381b32820906c86be1230a637
parent44fa19275c08a17b9d80d95102c1a8bc0da7a17e
Smaller stack frames on x86oids

Start at 4 slots (for some reason, it seems that 3 isn't really
the minimum, and grows by one slot at a time.
src/compiler/x86-64/vm.lisp
src/compiler/x86/vm.lisp