Hi,
While profiling one of my tests I noticed that accessing the `stack` property of an Error object is extremely slow; anywhere from 5 to 100ms on my pretty new MBP (I can reliably reproduce one test case where it takes 100ms to access the property). I'm running node v0.12.4, however most of the code in my application is written in Coffeescript. Switching `err.stack` and `console.trace()` is just as slow.
Has anyone else observed stack traces that are this slow? Are there any possible workarounds, besides not logging the stack trace?
Sorry this is a little vague, I can provide more info if I can get hints about where to look.
Thanks,
Kevin