[movitz-cvs] CVS update: movitz/losp/muerte/bignums.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Nov 25 18:05:43 UTC 2004
Update of /project/movitz/cvsroot/movitz/losp/muerte
In directory common-lisp.net:/tmp/cvs-serv16046
Modified Files:
bignums.lisp
Log Message:
Renamed the malloc primitive functions.
Date: Thu Nov 25 19:05:40 2004
Author: ffjeld
Index: movitz/losp/muerte/bignums.lisp
diff -u movitz/losp/muerte/bignums.lisp:1.12 movitz/losp/muerte/bignums.lisp:1.13
--- movitz/losp/muerte/bignums.lisp:1.12 Mon Oct 11 15:52:21 2004
+++ movitz/losp/muerte/bignums.lisp Thu Nov 25 19:05:40 2004
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <frodef at acm.org>
;;;; Created at: Sat Jul 17 19:42:57 2004
;;;;
-;;;; $Id: bignums.lisp,v 1.12 2004/10/11 13:52:21 ffjeld Exp $
+;;;; $Id: bignums.lisp,v 1.13 2004/11/25 18:05:40 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -129,7 +129,7 @@
;; Now inside atomically section.
(:leal ((:ecx 1) ,(* 2 movitz:+movitz-fixnum-factor+))
:eax) ; Number of words
- (:call-local-pf get-cons-pointer)
+ (:call-local-pf cons-non-pointer)
(:load-lexical (:lexical-binding bignum) :ebx) ; bignum
(:movzxw (:ebx (:offset movitz-bignum length)) :ecx)
(:leal ((:ecx 1) ,movitz:+movitz-fixnum-factor+)
@@ -158,7 +158,7 @@
(:addl #x40000 (:eax ,movitz:+other-type-offset+))
(:addl ,movitz:+movitz-fixnum-factor+ :ecx)
no-expansion
- (:call-local-pf cons-commit)
+ (:call-local-pf cons-commit-non-pointer)
;; Exit atomically block.
(:locally (:movl 0 (:edi (:edi-offset atomically-continuation))))
(:leal (:esp 16) :esp)
More information about the Movitz-cvs
mailing list