Hi, I'm trying to embed v8 into my app and have encountered 'stack overflow exception' which obviously caused by thousands of global objects and function. And simply solved by increasing stack size as 2mb (default 1mb). But it doesn't seem like the right way to solve this problem.
I built v8 in VS2005 as static library......should I use .dll instead of .lib?.. Does anybody have experience with this problem?... Any comments will be appreciated! --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
