Optimize CHAR-EQUAL on constant and base-char args.
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 0ec8409..d54777d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ changes relative to sbcl-1.1.11:
     lp#994528)
   * optimization: EQUAL and EQUALP transforms are smarter.
     (thanks to Elias Martenson, lp#1220084)
+  * optimization: CHAR-EQUAL is faster for constant and base-char arguments.
   * bug fix: probe-file now can access symlinks to pipes and sockets in
     /proc/pid/fd on Linux. (reported by Eric Schulte)
   * bug fix: SBCL can now be built on Solaris x86-64.