Johnny Willemsen wrote:
> Hi,
> 
> It seems -Wl,--stack=0x8000000 works:
> SizeOfStackReserve      0000000008000000
> SizeOfStackCommit       0000000000001000
> SizeOfHeapReserve       0000000000100000
> SizeOfHeapCommit        0000000000001000
> 
> The question is more how this is used, do we really get a 2Mb stack. 

  AFAIK, 2MB is the windows default and binutils follows the tradition set by
the native tools unless you deliberately override using the --stack option.

  If turning up the stack to 128MB doesn't solve your problem, but running it
in the heap does, that could mean you're overrunning a buffer or got a stray
pointer somewhere.

    cheers,
      DaveK


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to