[webkit-efl] Use of pimpl idiom for Ewk classes

Pozdnyakov, Mikhail mikhail.pozdnyakov at intel.com
Thu Oct 18 07:09:55 PDT 2012


Hi Kangil,

Well first of all you have to strictly follow the pattern and not to forget putting macros where they are supposed to be,
It might be confusing from the beginning. Chris and me however promise  to describe the approach in the EFL coding style wiki.

Another drawback is passing calls through an extra pointer because of pimpl, so performance can be affected in theory.

BR,
Mikhail

From: webkit-efl-bounces at lists.webkit.org [mailto:webkit-efl-bounces at lists.webkit.org] On Behalf Of Kangil Han
Sent: Thursday, October 18, 2012 4:58 PM
To: Dumez, Christophe; webkit-efl at lists.webkit.org
Cc: Christiansen, Kenneth R
Subject: Re: [webkit-efl] Use of pimpl idiom for Ewk classes

Hi Chris,

FOA, thanks for the interesting topic here. :)


More information about the webkit-efl mailing list