Comment #6 on issue 352 by erik.corry: V8 Fails on the Language Shootout http://code.google.com/p/v8/issues/detail?id=352
It's perhaps worth noting that d8 has the debugger on by default. This will slow down code that makes heavy use of eval(). You can disable it by running d8 with the -- nodebugger option. The normal v8 shell and the V8 in Chrome and Chromium do not have the debugger on by default. This is issue http://code.google.com/p/v8/issues/detail? id=388 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
