]> gitweb.factorcode.org Git - factor.git/commit
cpu.x86.(32,64).bootstrap: get rid of PUSH malarky
authorJoe Groff <arcata@gmail.com>
Fri, 21 Oct 2011 17:53:44 +0000 (10:53 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 28 Oct 2011 04:14:50 +0000 (21:14 -0700)
commit68518e741e9b9112e7acbc49506bd954c36ecd30
tree516643b2b90a347ec8ba739c3fc46846a5be09ec
parent1a673e30f52b553cd532d959e538973ac910c1ea
cpu.x86.(32,64).bootstrap: get rid of PUSH malarky
In the function prologue, move the stack pointer once after the stack frame is set up instead of PUSHing the stack frame piece by piece.
basis/cpu/x86/32/bootstrap.factor
basis/cpu/x86/64/bootstrap.factor