Stack size of SmartAssembly assembly
paultenbrink
Posts: 2 New member
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
-
Russell D Posts: 1,324 Diamond 5We were wrongly setting a reduced stack size in obfuscated assemblies. This was fixed in 6.13.2.Have you visited our Help Centre?
Answers