a) wrong thread? Or should I say: I miss why your post is a reply to my post
b) what exactly is there a solution to the circular compilation issue?
bye blackdrag
Am 18.07.2015 18:38, schrieb Keegan Witt:
> FYI, Peter Niederwieser offered
> <http://stackoverflow.com/a/22164339/160256> a solution to the circular
> compilation issue about a year ago.
>
> -Keegan
>
> On Tue, Jul 14, 2015 at 1:11 AM, Jochen Theodorou <blackdrag@gmx.org
> <mailto:blackdrag@gmx.org>> wrote:
>
> Am 13.07.2015 22:20, schrieb Rahul Somasunderam:
>
> I'm assuming metaclass init should be a one time penalty. Or is
> there
> something I'm misunderstanding about it?
>
>
> the big hit is a one time penalty, yes. meta classes might be
> created later on again because a meta class might have been garbage
> collected on too low memory. But first of all, you have a big hit in
> performance caused by reading in the extension methods and created
> the basic meta class infrastructure
>
>
> bye blackdrag
>
> --
> Jochen "blackdrag" Theodorou
> blog: http://blackdragsview.blogspot.com/
>
>
--
Jochen "blackdrag" Theodorou
blog: http://blackdragsview.blogspot.com/
|