1.0.3.32: make-local-alien stack alignment simplification
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Tue, 6 Mar 2007 18:29:54 +0000 (18:29 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Tue, 6 Mar 2007 18:29:54 +0000 (18:29 +0000)
commitfe5d3fcb66a417311359101a77da4a691e649622
tree4405914d950b14d944582ec76de5a79caa1e26d7
parent23fe13b4d58313c1b988a948a219661486545d54
1.0.3.32: make-local-alien stack alignment simplification
 * treat x86-64/darwin stack like x86-64/linux rather than x86/darwin
 * remove stack-pointer saving vops as we don't need to save and
   restore the stack in order to preserve 16-byte alignment as the
   stack should already be 16-byte aligned
src/compiler/aliencomp.lisp
version.lisp-expr