Author: hannes
Date: Sat Jun 25 17:02:20 2005
New Revision: 9908
Modified:
trunk/src/common/regular-expressions/interface.dylan
Log:
Job: minor
fix comment
Modified: trunk/src/common/regular-expressions/interface.dylan
==============================================================================
--- trunk/src/common/regular-expressions/interface.dylan (original)
+++ trunk/src/common/regular-expressions/interface.dylan Sat Jun 25
17:02:20 2005
@@ -90,10 +90,9 @@
// weak pointers to these strings. In practice, however, most of the
// regexp strings are literals, so this isn't usually a drawback.
//
-// For speed, we compare strings with == rather than = (thus
-// object-table). Again, because in practice we're dealing mostly
-// with literals, == and = should be almost identical.
-//
+// This used to compare strings with == rather than =, but this leaks
+// lots of memory
+//
define class <regexp-cache> (<table>) end;
// table-protocol{<regexp-cache>} -- method on imported G.F.
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter
|