1.0.20.14: align loops on x86-64
commit6c7a026d79b5f971ac129846efe2d394239a0fee
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 19 Sep 2008 20:22:17 +0000 (19 20:22 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 19 Sep 2008 20:22:17 +0000 (19 20:22 +0000)
treef198de4c64fb4e8639ff5fecab151b985a448bbe
parent673e63b95a69cf596526c675793465f4faf2c189
1.0.20.14: align loops on x86-64

 * Intel recommends 16 byte alignment for branch target, and since
   code objects are 16 byte aligned on x86-64, we can get it.
src/compiler/codegen.lisp
src/compiler/vop.lisp
version.lisp-expr