edje messages - make it use inlist to fragment ram less
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 14 Jun 2019 19:39:39 +0000 (20:39 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 19 Jun 2019 04:18:32 +0000 (13:18 +0900)
commit13ed2f8310309ef413416ccadd5617ec078a30d2
tree451dfa2a892c67297623e22e134ffee7e28556cb
parent2ee2c656c6343050f1898fc0f9bf8166025937c9
edje messages - make it use inlist to fragment ram less

using regular lists means we double our indirect ptr jumps and
fragment ram more - this is step one in improving performance of
message handling in some nasty corner cases i have found. first this
so it can be identified as an issue on its own if it is one. i've
tested it and it seems ok. so this si stage 1.
src/lib/edje/edje_message_queue.c
src/lib/edje/edje_private.h