Reduce initial stack size on x86-64.
commitcb8df667fbaa801f0661cd3db5406e9289473741
authorStas Boukarev <stassats@gmail.com>
Sun, 19 Mar 2017 16:09:52 +0000 (19 19:09 +0300)
committerStas Boukarev <stassats@gmail.com>
Sun, 19 Mar 2017 16:09:52 +0000 (19 19:09 +0300)
treeab851fa8980357efc04fe204200ad4d8f8a7ec14
parent590bd6241c7c9097a42147841a65ef345ce4191d
Reduce initial stack size on x86-64.

It doesn't need three initial slots because the C control stack and
the lisp control stack are the same and it doesn't need to build fake
foreign frames.
src/compiler/x86-64/vm.lisp