From: Mike McCormack <mj.mccormack@samsung.com>
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 29 Jan 2011 05:34:00 +0000 (05:34 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 29 Jan 2011 05:34:00 +0000 (05:34 +0000)
commit682d91f1a1bdf57855d1b798578dc5044557feac
treec971b23e233541896fd758ce7ad0a8b30585c7c5
parenta1a4fec42b94bc44eaf2b82f50174e7e7fc5e8a9
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: [E-devel] [PATCH] ecore main loop "fd_handlers_to_call" list optimization
Date: Thu, 02 Dec 2010 15:22:13 +0900

Hi All,

Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list.

This avoid lots of mallocs and frees as the main loop iterates.

thanks,

Mike

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore/ecore_main.c