Re: [Flashcoders] Class Property vs. Static Property?

2010-02-23 Thread Mark Winterhalder
I'm just guessing here, but maybe he's referring to properties of the
prototype Object? Because, I don't see it on the list.
Then again, I would expect access to instance properties to be faster,
based on the assumption that they take precedence.

I guess somebody will have to recreate the test and find out. :)


On Tue, Feb 23, 2010 at 5:14 PM, Jer Brand  wrote:
> This feels like a really stupid question, but it's stuck in my head:
>
> http://gskinner.com/talks/quickNL/#44
>
> On that slide (slide 44) he references access speed for "Literal", "Local",
> "Instance", "Static" and "Class" properties. Apparently my OOP terminology
> is bleeding together here, but what's the difference between a Static and
> Class property -- I thought they were the same thing? Does the graph refer
> to using dynamic class properties such as with object?
>
> Anyone got a clue they want to loan me for a bit?
>
> Jer
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Class Property vs. Static Property?

2010-02-23 Thread Jer Brand
This feels like a really stupid question, but it's stuck in my head:

http://gskinner.com/talks/quickNL/#44

On that slide (slide 44) he references access speed for "Literal", "Local",
"Instance", "Static" and "Class" properties. Apparently my OOP terminology
is bleeding together here, but what's the difference between a Static and
Class property -- I thought they were the same thing? Does the graph refer
to using dynamic class properties such as with object?

Anyone got a clue they want to loan me for a bit?

Jer
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders