Hi, I've been using node.js (and hence, v8) for a little bit and one thing that has driven me nuts is the lack of reporting when the call stack overflows. So, in keeping with open source tradition, I've knocked together a (simplistic) patch to fix this specific problem. My patch is here:
https://github.com/dizzyd/node/commit/40434019540ffc17e984ff0653500a3c5db87deb.patch (note that it's against the fork of the node codebase, which embeds v8 directly). My lack of familiarity with v8 is probably grossly evident, but perhaps someone could provide some direction on improvements if this is an itch bothering other people. :) Thanks! D. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
