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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmucl
cmucl
Commits
8339da19
Commit
8339da19
authored
Oct 14, 2013
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Comment out symbol-hash and %set-symbol-hash. These are not yet
supported in the rest of the code for ARM.
parent
503a73cc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/compiler/arm/cell.lisp
+2
-0
2 additions, 0 deletions
src/compiler/arm/cell.lisp
with
2 additions
and
0 deletions
src/compiler/arm/cell.lisp
+
2
−
0
View file @
8339da19
...
...
@@ -81,6 +81,7 @@
(
:policy
:fast
)
(
:translate
symbol-value
))
#+
nil
(
define-vop
(
symbol-hash
)
(
:policy
:fast-safe
)
(
:translate
symbol-hash
)
...
...
@@ -93,6 +94,7 @@
;; a fixnum.
(
not-implemented
)))
#+
nil
(
define-vop
(
%set-symbol-hash
cell-set
)
(
:translate
%set-symbol-hash
)
(
:variant
symbol-hash-slot
other-pointer-type
))
...
...
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