]> gitweb.factorcode.org Git - factor.git/commitdiff
hints: specialize le> and be> for byte-array.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 3 Jun 2014 00:10:16 +0000 (17:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 3 Jun 2014 00:10:16 +0000 (17:10 -0700)
basis/hints/hints.factor

index 42ce14dfa67bd697ec9d4a595299b05ec068d510..9177b81cd955bbeccb00698579fb2e224f8cb378 100644 (file)
@@ -128,6 +128,10 @@ set-specializer
     set-specializer
 ] each
 
+{ le> be> } [
+    { byte-array } set-specializer
+] each
+
 \ base> { string fixnum } set-specializer
 
 M\ hashtable at*