Slicker

Are you building with /GS flag enabled? Is it set up to use static
runtimes or the DLL version?

Get VS to create a .MAP file and check the sizes of various sections.

Can you share the project file?

HTH

Jerry

On Jun 4, 4:21 pm, slicker <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to