>From what I was told, there's no runtime benefit; you just get an
extra compile-time check for you.  However, you could run a simple
test to see.  In the future, there may be some performance benefit to
it as optimizations are made to Tamarin.

-Ryan

--- In flexcoders@yahoogroups.com, "rueter007" <[EMAIL PROTECTED]> wrote:
>
> I have a fundamental question. Is there any advantage of using const
> over var in terms of memory, or performance or anything at all? other
> than the fact that consts cannot be changed. Maybe the compiler does
> some optimizations?
>


Reply via email to