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
23f0b55a
Commit
23f0b55a
authored
32 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Enhance comment.
parent
aa198561
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/locall.lisp
+4
-2
4 additions, 2 deletions
compiler/locall.lisp
with
4 additions
and
2 deletions
compiler/locall.lisp
+
4
−
2
View file @
23f0b55a
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.3
8
1992/
09/22 14:10
:0
7
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.3
9
1992/
11/03 07:06
:0
3
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -982,7 +982,9 @@
;;;
;;; If a potentially TR local call really is TR, then convert it to jump
;;; directly to the called function. We also call MAYBE-CONVERT-TO-ASSIGNMENT.
;;; We can switch the succesor (potentially deleting the RETURN node) unless:
;;; The first value is true if we tail-convert. The second is the value of
;;; M-C-T-A. We can switch the succesor (potentially deleting the RETURN node)
;;; unless:
;;; -- The call has already been converted.
;;; -- The call isn't TR (random implicit MV PROG1.)
;;; -- The call is in an XEP (thus we might decide to make it non-tail so that
...
...
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