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
36c50516
Commit
36c50516
authored
Mar 23, 1994
by
ram
Browse files
Make load-tn-conflicts-in-sc a block entry point so that error routines can
call it.
parent
b1c7ae0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/pack.lisp
View file @
36c50516
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.5
0
1994/0
1/06 16:32:43
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.5
1
1994/0
3/23 12:45:26
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -893,7 +893,7 @@
;;;; Load TN packing:
(
declaim
(
start-block
pack-load-tns
))
(
declaim
(
start-block
pack-load-tns
load-tn-conflicts-in-sc
))
;;; These variables indicate the last location at which we computed the
;;; Live-TNs. They hold the Block and VOP values that were passed to
...
...
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