eo: use eina_prefetch
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 24 Mar 2020 19:10:39 +0000 (20:10 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 5 Apr 2020 21:33:58 +0000 (06:33 +0900)
commitc0d5f9ff48e5d1824b8c4cde639051ce87cd0d9c
tree9d533e7fb1635f481b2cfc21b3c5e4ead6b6f361
parentd1e55f4ab852911dcc0c70e4d9fbabf73022f479
eo: use eina_prefetch

we should prefetch the func pointer here.
Later on we are accessing the func pointer in a streak, after that, we
do not use it anymore.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11593
src/lib/eo/eo.c