From ece22caa43a7642d607beeb812dc8ec32e1df532 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 2 Jun 2014 17:10:16 -0700 Subject: [PATCH] hints: specialize le> and be> for byte-array. --- basis/hints/hints.factor | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basis/hints/hints.factor b/basis/hints/hints.factor index 42ce14dfa6..9177b81cd9 100644 --- a/basis/hints/hints.factor +++ b/basis/hints/hints.factor @@ -128,6 +128,10 @@ set-specializer set-specializer ] each +{ le> be> } [ + { byte-array } set-specializer +] each + \ base> { string fixnum } set-specializer M\ hashtable at*