X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fbackend-parms.lisp;h=3c912aba42412f3b555c2dd766d124c8325cfa55;hb=68c539ab90bb39f342229e68bf9286f63824597a;hp=b89161808c6d012cf82bdae2ef94d36bb4f04f37;hpb=2716573f357f204c5f546d1d34d285dd24ff43a1;p=sbcl.git diff --git a/src/compiler/x86/backend-parms.lisp b/src/compiler/x86/backend-parms.lisp index b891618..3c912ab 100644 --- a/src/compiler/x86/backend-parms.lisp +++ b/src/compiler/x86/backend-parms.lisp @@ -19,7 +19,7 @@ (setf *backend-fasl-file-type* "x86f") (setf *backend-fasl-file-implementation* :x86) -(setf *backend-fasl-file-version* 6) +(setf *backend-fasl-file-version* 7) ;;; 2 = sbcl-0.6.4 uses COMPILE-OR-LOAD-DEFGENERIC. ;;; 3 = sbcl-0.6.6 uses private symbol, not :EMPTY, for empty HASH-TABLE slot. ;;; 4 = sbcl-0.6.7 uses HAIRY-DATA-VECTOR-REF and HAIRY-DATA-VECTOR-SET @@ -29,7 +29,9 @@ ;;; fasl files would fail, because there are no DEFUNs for these ;;; operations any more.) ;;; 5 = sbcl-0.6.8 has rearranged static symbols. -;;; 6 = sbcl-0.6.9 got rid of non-ANSI %DEFCONSTANT/%%DEFCONSTANT stuff. +;;; 6 = sbcl-0.6.9, got rid of non-ANSI %DEFCONSTANT/%%DEFCONSTANT stuff +;;; and deleted a slot from DEBUG-SOURCE structure. +;;; 7 = around sbcl-0.6.9.8, merged SB-CONDITIONS package into SB-KERNEL (setf *backend-register-save-penalty* 3)