efl/src/tests/eo
Marcel Hollerbach a931e41823 efl: make all _class_get() functions const
please note, not the return type, but the function.
When appending __attribute__((const)) to a function, the compiler is
told that its enough to call this function once in a function.

This is quite often happening when we are efl_data_scope_get and
efl_super in a function that is different from a implemented function.

The compiler now starts to remove the calls that aggressivly that we
need to ensure that these calls are not removed, which means, the static
function calls, and the eo init are now checking the return value of
these functions, to ensure that they are called.

Please note that you now have to be carefull when your app calls
eo_shutdown, if it does so, you *must* call it at the end of a function,
or never call class_get after that anymore.

Overall this improves elm test runs 0.1s which is fair i guess, the main
thing that is faster is textrendering, where is also the point where
this is the most beneficial.

Please note, this replaces 42 occurences of double _class_get() ... THAT
is a sign!

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Reviewed-by: Daniel Kolesa <daniel@octaforge.org>
Differential Revision: https://phab.enlightenment.org/D12057
2020-07-20 11:27:53 +02:00
..
access eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
children build: also build eo-tests with debug profile 2019-02-12 16:24:24 +01:00
composite_objects eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
constructors eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
function_overrides eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
interface eo: add API for querying the class type 2019-02-21 08:56:13 +01:00
mixin eo: add API for querying the class type 2019-02-21 08:56:13 +01:00
signals eo: remove class functions from eo 2019-02-13 16:59:59 +01:00
suite efl: make all _class_get() functions const 2020-07-20 11:27:53 +02:00
.gitignore ignores: eo_suite_add_fallback 2016-05-18 21:57:02 +02:00
eunit_tests.h
meson.build here comes meson 2018-10-02 17:22:50 +02:00