Stack size of SmartAssembly assembly

What is the stack size of a SmartAssembly generated assembly? Is it different from the standard .Net stack size for 64-bit assemblies, namely 4 MB? Is there a way to influence this stack size? My application makes use of a deeply recursive algorithm; it works fine in the Visual Studio generated assembly, but fails with a stack overflow in the SmartAssembly generated assembly.
Tagged:

Best Answer

Answers

Sign In or Register to comment.