Hi all, Today, we committed the porting of Evas to Eo.
In this new era, the Evas object inherits from Eo, and you don't get objects private data using "->" anymore, and most of the adjustments had to do something with that. You will see that some functions in Evas receive as parameters the object (eo_obj/eo_e) and the objects private data (obj/e). Those adjustments were made for performance reasons, as it was faster than the alternative of fetching the data every time. Feel free to send comments/questions/issues to the ML, and I will do my best to help you. Also, for good performance, it's best if you compile Eo with: -O2 -DNDEBUG Daniel Zaoui (JackDanielZ) ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel