diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-18 11:43:16 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-18 11:44:29 +0900 |
commit | 16090555795a7d57c350f56c51df284a836300a8 (patch) | |
tree | 4a38378b92e3a14709a829e853126b4421228c89 /NEWS | |
parent | 91aea489c349b97e313ac82cac474fdd323c4b45 (diff) |
evas: reduce memory footprint taken by Evas_Object_Table callbacks setup.
This reduce by 50K elemines memory use on 32bits system.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +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 | * evas: use eo array of callbacks to reduce callbacks memory footprint of Evas_Object_Box and Evas_Object_Table. |
193 | 193 | ||
194 | Fixes: | 194 | Fixes: |
195 | * 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 |