On Mar 16, 7:32 am, Tobie Langel <tobie.lan...@gmail.com> wrote:
> > Is there any evidence that NOT being strict is slower for a non-strict
> > environment?
>
> huh?
>
> > Does missing a few {} or the odd ; in allowable places make the parser
> > have more work to do?
>
> That's implementation specific.

Totally pulling this out of my arsterisk, btw, but I would expect that
grammer/parsing issues have little to no impact on performance.  Any
reasonable script engine implementation would surely cache the results
of a source-code parse, right?  The only place I would expect this to
be an issue would be if you're doing a lot of "new Function(...
dynamically generated code...)" stuff.

But... I could be wrong.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to