On Wed, Mar 13, 2013 at 2:10 PM, Scott González <[email protected]>wrote:
> On Wed, Mar 13, 2013 at 4:02 PM, Adam Crabtree <[email protected]>wrote: > >> Either way, the community should be moving toward strict mode as fast as >> possible for its many current and future (performance) benefits. >> > > Is this a real thing yet? I've heard performance touted since day one, but > every time someone shows performance tests, it's never better. > Chrome automatically runs every strict-mode compatible function in strict mode and when it can't it runs the slower version of the function. If you're JSHinting, you probably get all the benefits of strict mode without having to declare it explicitly. But yes, strict mode code is faster. Lars Bak and Kasper Lund gave the details on JSJ (JavaScript Jabber) on the Dart and V8 episode, but I don't know the timecode for it: http://javascriptjabber.com/008-1-v8-and-v8-and-dart-with-lars-bak-and-kasper-lund-bonus-content/ AJ ONeal > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
