projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba319c3
)
defknown SC-NUMBER-OR-LOSE as foldable
author
Nikodemus Siivola
<nikodemus@random-state.net>
Tue, 6 Dec 2011 00:01:01 +0000
(
02:01
+0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Fri, 30 Dec 2011 21:06:59 +0000
(23:06 +0200)
No point calling it all the time with constant arguments.
src/compiler/fndb.lisp
patch
|
blob
|
history
diff --git
a/src/compiler/fndb.lisp
b/src/compiler/fndb.lisp
index
9ce8a8c
..
1ff4843
100644
(file)
--- a/
src/compiler/fndb.lisp
+++ b/
src/compiler/fndb.lisp
@@
-1583,6
+1583,8
@@
())
(defknown style-warn (t &rest t) null ())
+(defknown sc-number-or-lose (symbol) sc-number
+ (foldable))
;;;; memory barriers