On 20/11/13 11:09, Cedric Bail wrote:
> @@ -411,7 +411,7 @@ _edje_cache_file_coll_open(const Eina_File *file, const 
> char *coll, int *error_r
>       goto find_list;
>        }
>
> -   edf = eina_hash_find(_edje_file_hash, file);
> +   edf = eina_hash_find(_edje_file_hash, &file);

Dude, no way in hell this is correct. You are looking up the local 
parameter address in the hash table, essentially causing cache to 
*always* miss.

--
Tom.


------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to