Skip to content
Commit 40b532c5 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix ticket:61, using option 2.

src/lisp/gencgc.c:
o Save and restore the FPU state in alloc().

src/compiler/x86/alloc.lisp
src/compiler/x86/array.lisp
src/compiler/x86/call.lisp
src/compiler/x86/float-sse2.lisp
src/compiler/x86/float.lisp
src/compiler/x86/move.lisp
src/compiler/x86/sap.lisp:
o Don't need to use :save-p anymore because the allocation routine
  saves an live registers anyway.  This improves code generation as
  well.

src/general-info/release-20d.txt:
o Update.
parent ebb2b74c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment