Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
f1fcd7ae
Commit
f1fcd7ae
authored
26 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
Add any-reg to the result SCS of cell-set-conditional,
slot-set-conditional, instance-set-conditional.
parent
bb5e96ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compiler/x86/cell.lisp
+2
-2
2 additions, 2 deletions
compiler/x86/cell.lisp
compiler/x86/memory.lisp
+3
-3
3 additions, 3 deletions
compiler/x86/memory.lisp
with
5 additions
and
5 deletions
compiler/x86/cell.lisp
+
2
−
2
View file @
f1fcd7ae
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/cell.lisp,v 1.
7
1999/03/0
4 11:49:23
dtc Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/cell.lisp,v 1.
8
1999/03/0
8 00:53:34
dtc Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -332,7 +332,7 @@
...
@@ -332,7 +332,7 @@
(
:temporary
(
:sc
descriptor-reg
:offset
eax-offset
(
:temporary
(
:sc
descriptor-reg
:offset
eax-offset
:from
(
:argument
2
)
:to
:result
:target
result
)
eax
)
:from
(
:argument
2
)
:to
:result
:target
result
)
eax
)
(
:temporary
(
:sc
descriptor-reg
:from
(
:argument
3
)
:to
:result
)
temp
)
(
:temporary
(
:sc
descriptor-reg
:from
(
:argument
3
)
:to
:result
)
temp
)
(
:results
(
result
:scs
(
descriptor-reg
)))
(
:results
(
result
:scs
(
descriptor-reg
any-reg
)))
(
:policy
:fast-safe
)
(
:policy
:fast-safe
)
(
:generator
5
(
:generator
5
(
move
eax
old-value
)
(
move
eax
old-value
)
...
...
This diff is collapsed.
Click to expand it.
compiler/x86/memory.lisp
+
3
−
3
View file @
f1fcd7ae
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/memory.lisp,v 1.
5
1999/03/0
4 11:49:22
dtc Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/memory.lisp,v 1.
6
1999/03/0
8 00:53:34
dtc Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
:from
(
:argument
1
)
:to
:result
:target
result
)
eax
)
:from
(
:argument
1
)
:to
:result
:target
result
)
eax
)
(
:temporary
(
:sc
descriptor-reg
:from
(
:argument
2
)
:to
:result
)
temp
)
(
:temporary
(
:sc
descriptor-reg
:from
(
:argument
2
)
:to
:result
)
temp
)
(
:variant-vars
offset
lowtag
)
(
:variant-vars
offset
lowtag
)
(
:results
(
result
:scs
(
descriptor-reg
)))
(
:results
(
result
:scs
(
descriptor-reg
any-reg
)))
(
:generator
4
(
:generator
4
(
move
eax
old-value
)
(
move
eax
old-value
)
(
move
temp
new-value
)
(
move
temp
new-value
)
...
@@ -162,7 +162,7 @@
...
@@ -162,7 +162,7 @@
:from
(
:argument
1
)
:to
:result
:target
result
)
eax
)
:from
(
:argument
1
)
:to
:result
:target
result
)
eax
)
(
:temporary
(
:sc
descriptor-reg
:from
(
:argument
2
)
:to
:result
)
temp
)
(
:temporary
(
:sc
descriptor-reg
:from
(
:argument
2
)
:to
:result
)
temp
)
(
:variant-vars
base
lowtag
)
(
:variant-vars
base
lowtag
)
(
:results
(
result
:scs
(
descriptor-reg
)))
(
:results
(
result
:scs
(
descriptor-reg
any-reg
)))
(
:info
offset
)
(
:info
offset
)
(
:generator
4
(
:generator
4
(
move
eax
old-value
)
(
move
eax
old-value
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment