defknown SC-NUMBER-OR-LOSE as foldable
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 6 Dec 2011 00:01:01 +0000 (02:01 +0200)
committerNikodemus 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

index 9ce8a8c..1ff4843 100644 (file)
   ())
 (defknown style-warn (t &rest t) null ())
 
+(defknown sc-number-or-lose (symbol) sc-number
+  (foldable))
 
 ;;;; memory barriers