1.0.15.18: kill commented out ALLOCATION from x86-64
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 10 Mar 2008 19:18:01 +0000 (19:18 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 10 Mar 2008 19:18:01 +0000 (19:18 +0000)
 * 'twas a duplicate of ALLOCATION-TRAMP.

src/compiler/x86-64/macros.lisp
version.lisp-expr

index e150e7e..6c53ab4 100644 (file)
              (inst jmp DONE))
            (values)))))
 
-#+nil
-(defun allocation (alloc-tn size &optional ignored)
-  (declare (ignore ignored))
-  (inst push size)
-  (inst lea temp-reg-tn (make-ea :qword
-                            :disp (make-fixup "alloc_tramp" :foreign)))
-  (inst call temp-reg-tn)
-  (inst pop alloc-tn)
-  (values))
-
 ;;; Allocate an other-pointer object of fixed SIZE with a single word
 ;;; header having the specified WIDETAG value. The result is placed in
 ;;; RESULT-TN.
index 35ce4cf..d9723ca 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.15.17"
+"1.0.15.18"