summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-22 21:45:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-22 21:45:55 (GMT)
commitfa30b0fb42d2e229de9f760bfa842f25738efc18 (patch)
tree27bdc4c0ddad3a81acbc380ffd79b8cb96e1b96d /ChangeLog
parent40886e00da4c593227cecf3ab574f9c5d230b089 (diff)
Made all segments share their content to save memory.
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.