Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
b30616e2
Commit
b30616e2
authored
Oct 22, 1991
by
wlott
Browse files
Always emit the TEMP temp, 'cause it's always needed on the RT now.
parent
76c401bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
assembly/rt/alloc.lisp
View file @
b30616e2
...
...
@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.
4
1991/10/22 1
6:50:28
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.
5
1991/10/22 1
9:07:16
wlott Exp $
;;;
;;; Stuff to handle allocating simple objects.
;;;
...
...
@@ -62,8 +62,7 @@
,
(
pop
arg-offsets
)))
(
args
)))
(
:temp
alloc
non-descriptor-reg
nl0-offset
)
,@
(
when
(
or
need-unbound-marker
header
variable-length
)
'
((
:temp
temp
non-descriptor-reg
ocfp-offset
)))
(
:temp
temp
non-descriptor-reg
ocfp-offset
)
(
:res
result
descriptor-reg
a0-offset
))
(
pseudo-atomic
(
temp
)
(
load-symbol-value
alloc
*allocation-pointer*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment