Is strict mode more performant?
Posted
by
sje397
on Stack Overflow
See other posts from Stack Overflow
or by sje397
Published on 2010-06-30T01:43:38Z
Indexed on
2011/01/09
23:53 UTC
Read the original article
Hit count: 146
JavaScript
Does executing javascript within a browser in 'strict mode' make it more performant, in general? Do any of the major browsers do additional optimisation or use any other techniques that will improve performance in strict mode?
Edit: Since none of the major engines actually implement strict mode, I'll rephrase slightly: Is strict mode intended, amongst its other goals, to allow browsers to introduce additional optimisations or other performance enhancements?
© Stack Overflow or respective owner