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
4ee1c80b
Commit
4ee1c80b
authored
20 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Change call to compiler-note to a call to efficiency-note, so we can
suppress it.
parent
236e65f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler/ltn.lisp
+11
-11
11 additions, 11 deletions
compiler/ltn.lisp
with
11 additions
and
11 deletions
compiler/ltn.lisp
+
11
−
11
View file @
4ee1c80b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.4
1
200
1
/0
3/04 20:12:21 pw
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.4
2
200
5
/0
1/25 15:49:12 rtoy
Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -924,16 +924,16 @@
...
@@ -924,16 +924,16 @@
(
count
1
))))
(
count
1
))))
(
let
((
*compiler-error-context*
call
))
(
let
((
*compiler-error-context*
call
))
(
compiler
-note
"~{~?~^~&~6T~}"
(
efficiency
-note
"~{~?~^~&~6T~}"
(
if
template
(
if
template
`
(
"Forced to do ~A (cost ~D)."
`
(
"Forced to do ~A (cost ~D)."
(
,
(
or
(
template-note
template
)
(
,
(
or
(
template-note
template
)
(
template-name
template
))
(
template-name
template
))
,
(
template-cost
template
))
,
(
template-cost
template
))
.
,
(
messages
))
.
,
(
messages
))
`
(
"Forced to do full call."
`
(
"Forced to do full call."
nil
nil
.
,
(
messages
))))))))
.
,
(
messages
))))))))
(
undefined-value
))
(
undefined-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