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
d4eef541
Commit
d4eef541
authored
20 years ago
by
cwang
Browse files
Options
Downloads
Patches
Plain Diff
Follow the x86 change to symbol format.
parent
f9b1c036
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler/amd64/cell.lisp
+6
-2
6 additions, 2 deletions
compiler/amd64/cell.lisp
with
6 additions
and
2 deletions
compiler/amd64/cell.lisp
+
6
−
2
View file @
d4eef541
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/cell.lisp,v 1.
1
2004/0
5/24 22:34:59
cwang Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/cell.lisp,v 1.
2
2004/0
6/10 01:39:06
cwang Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -139,7 +139,7 @@
(
:translate
symbol-hash
)
(
:args
(
symbol
:scs
(
descriptor-reg
)))
(
:results
(
res
:scs
(
any-reg
)))
(
:result-types
positive-fix
num
)
(
:result-types
tagged-
num
)
(
:generator
2
;; the symbol-hash slot of NIL holds NIL because it is also the cdr
;; slot, so we have to strip off the two low bits to make sure it is
...
...
@@ -147,6 +147,10 @@
(
loadw
res
symbol
symbol-hash-slot
other-pointer-type
)
(
inst
and
res
(
lognot
#b11
))))
(
define-vop
(
%set-symbol-hash
cell-set
)
(
:translate
%set-symbol-hash
)
(
:variant
symbol-hash-slot
other-pointer-type
))
;;;; Fdefinition (fdefn) objects.
...
...
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