Re: [v8-users] Performance impact of increasing Error.stackTraceLimit?

2018-03-04 Thread Benjamin Pasero
> > assume you're asking this in the context > of VS Code > Yes, this would apply to any process in VS Code, including the renderer. On Monday, March 5, 2018 at 6:29:13 AM UTC+1, Ben Noordhuis wrote: > > On Fri, Mar 2, 2018 at 5:55 PM, Benjamin Pasero > <benj

[v8-users] Performance impact of increasing Error.stackTraceLimit?

2018-03-02 Thread Benjamin Pasero
Hi, I am wondering what the performance impact would be if I would change *Error.stackTraceLimit* [1] to a high value (e.g. 1000?). The default of just 10 stack frames is little when the error bubbles through a long chain of promises for example. This change would be in production code, not