Comment #5 on issue 608 by [email protected]: js2c looses significant spaces in regexps
http://code.google.com/p/v8/issues/detail?id=608
Erik, do you think using new RegExp("....") is fine from the performance stand point? ( this regex is going to be executed against each script while debugger enabled). Or
should it be instantiated once and cached? -- 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
