diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-24 20:40:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-24 20:40:14 -0700 |
commit | 108a4fd92f79a47261e1ad5e06f6333ac03b91d5 (patch) | |
tree | 579fa68a154c418d48af32e9e0659007e9192c11 /ChangeLog | |
parent | 1e95ef5e4bfee32bb4c52a59b5bd510f87288569 (diff) | |
download | txr-108a4fd92f79a47261e1ad5e06f6333ac03b91d5.tar.gz txr-108a4fd92f79a47261e1ad5e06f6333ac03b91d5.tar.bz2 txr-108a4fd92f79a47261e1ad5e06f6333ac03b91d5.zip |
Bug #35989
* match.c (syms_init): text_s must be in the system
package because it's not a user-visible operator.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2012-03-24 Kaz Kylheku <kaz@kylheku.com> + Bug #35989 + + * match.c (syms_init): text_s must be in the system + package because it's not a user-visible operator. + +2012-03-24 Kaz Kylheku <kaz@kylheku.com> + Performance improvement in the GC: keep at least one heap's worth of free space, so programs close to exhausting a heap do not waste cycles frequently calling the collector. |