summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a5a8a..4be9aa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
16-10-22 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ Make all segments share their content to save memory.
+
+ * src/gui/core/core.c:
+ Setup and free the global hash table for segment contents.
+
+16-10-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gbuffersegment.c:
Reduce the memory usage by cutting down the size of GBufferSegment from
152 bytes to 64 bytes.