efl/src/modules/elementary
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_output build: modules: harmonize use of package_c_args 2020-05-26 10:15:24 +02:00
prefs build: modules: harmonize use of package_c_args 2020-05-26 10:15:24 +02:00
test_entry build: modules: harmonize use of package_c_args 2020-05-26 10:15:24 +02:00
test_map build: modules: harmonize use of package_c_args 2020-05-26 10:15:24 +02:00
web efl: make all _class_get() functions const 2020-07-20 11:27:53 +02:00
meson.build efl_ui/clock: remove module interface 2019-08-06 09:26:34 +02:00