diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |