diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-18 11:34:31 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-18 11:44:29 +0900 |
commit | 91aea489c349b97e313ac82cac474fdd323c4b45 (patch) | |
tree | 2a9b223a0a5040c1b9a9e4068ea8777abbcedffe /NEWS | |
parent | f6349ef9f919339c8fc7ea7d81b4c97d375f62cf (diff) |
evas: reduce memory usage by using Eo array of callbacks.
Reduce usage by 100K on my test on Elementary test, likely better with 64bits system.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ Improvements: | |||
189 | * Evas gl engine - dont map dri/drm buffer unless we are going to render. | 189 | * Evas gl engine - dont map dri/drm buffer unless we are going to render. |
190 | * Partial rendering support in evas for several gl drivers. | 190 | * Partial rendering support in evas for several gl drivers. |
191 | * edje: use eo array of callbacks to reduce callbacks memory footprint. | 191 | * edje: use eo array of callbacks to reduce callbacks memory footprint. |
192 | * evas: use eo array of callbacks to reduce callbacks memory footprint of Evas_Object_Box. | ||
192 | 193 | ||
193 | Fixes: | 194 | Fixes: |
194 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect | 195 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect |