efl/src/lib/eo
Tom Hacohen e992a3a1e0 Revert "Eo: Optimise event callback call"
This reverts commit 4b116627c2.

This can't be done, because the freeze state can change from within the
callbacks so you need to check if events are frozen every time.
2015-11-09 14:06:39 +00:00
..
Eo.h Eo: Move op resolve check to where it belongs (out of hot path). 2015-11-09 11:43:04 +00:00
eina_types.eot Efl File: Add Eina.File eolian type and use it. 2015-06-01 14:05:31 +01:00
eo.c Eo do: use the __thread directive when available to manage call stack. 2015-11-09 11:43:04 +00:00
eo_abstract_class.eo Eo abstract class: Fix namespace. 2014-06-30 17:47:06 +01:00
eo_base.eo Eo events: Add a struct member marking if it's a legacy event or not. 2015-10-16 11:55:07 +01:00
eo_base_class.c Revert "Eo: Optimise event callback call" 2015-11-09 14:06:39 +00:00
eo_class_class.c Eo: Fix and use the abstract class .eo file. 2014-06-03 09:19:19 +01:00
eo_private.h Eo unref: Decrease amount of checks and hint branch prediction. 2015-11-09 11:43:04 +00:00
eo_ptr_indirection.c eo: a little more inlining, give me a 10% speed improvement. 2013-07-01 18:18:40 +09:00
eo_ptr_indirection.h eo - make null object silent if eo id is off 2015-10-25 11:23:04 +09:00
eo_ptr_indirection.x Eo: use correct mask when checking if an id is a class 2015-11-09 11:43:04 +00:00