summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-22 13:46:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-22 13:46:58 (GMT)
commit40886e00da4c593227cecf3ab574f9c5d230b089 (patch)
tree792009bd9b07e42e712104492ae509804a12b4ec /ChangeLog
parent3a259b1e1e3fe870f9d1837ea2ecf6ce5c1d0162 (diff)
Reduced the memory usage by cutting down the size of GBufferSegment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44b667f..78a5a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+16-10-22 Cyrille Bagard <nocbos@gmail.com>
+
* src/gtkext/gtkbinarystrip.c:
* src/gui/editor.c:
* src/gui/panels/symbols.c: