diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-17 16:55:22 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-17 16:55:22 +0900 |
commit | 669e40fbce8c90f7e35b9f7df7d52e7ba7fb5a5b (patch) | |
tree | 45ee96941e065c00bf20ee3eea02e5eec5f522cb /NEWS | |
parent | 550c9fffc279df8c33542429d60f03c801159dd6 (diff) |
edje: reduce memory footprint of edje callbacks.
Divide by two the amount of memory used by callbacks in elementary_test.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,6 +188,7 @@ Improvements: | |||
188 | * Turn on scissors always to abe able to to partual render on some GL implementations properly. | 188 | * Turn on scissors always to abe able to to partual render on some GL implementations properly. |
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 | 192 | ||
192 | Fixes: | 193 | Fixes: |
193 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect | 194 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect |