[mtasc] Different way of saving classes
Ralf Bokelberg
info at bokelberg.de
Mon Sep 12 17:31:52 CEST 2005
Which kind of statements, beside the obvious access to static members,
are boosted by this hack? Can you tell us?
Cheers,
Ralf
Martin Heidegger wrote:
> In contrast to Flash the Flex compiler doesn't safe the classes in
> globale like
>
> _global.org.domain.MyClass
>
> but like
>
> _global.org_domain_MyClass
>
> I thought about why they might have changed that and came to result
> that this has to be faster than the "." syntax, because this way no
> scope change occurs. I can imagine that this is defacto a big
> performance boost for OOP applications. Is it possible to make Mtasc
> working like this?
>
> yours
> Martin.
> --
> MTASC : no more coffee break while compiling
More information about the mtasc
mailing list