summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b744a5a..39a7a296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-03-27 Kaz Kylheku <kaz@kylheku.com>
+
+ Fix generational GC regression caused by fixes
+ in in 2014-03-12, when prof was introduced.
+ The attempt to fix a bug made things worse.
+
+ * lib.c (adjust_bounds): New static function.
+ (chk_malloc, chk_calloc, chk_realloc): Replace existing logic with
+ call to adjust_bounds.
+ (chk_malloc_gc_more): Bugfix: add missing call to adjust_bounds.
+
2014-03-26 Kaz Kylheku <kaz@kylheku.com>
* genvim.txr: Update for WLL's and QLL's.