How can we help you today? How can we help you today?

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.
Paul ten Brink
0

Comments

2 comments

  • Russell D
    We were wrongly setting a reduced stack size in obfuscated assemblies. This was fixed in 6.13.2.
    Russell D
    0
  • paultenbrink
    Thanks for solving the problem!
    paultenbrink
    0

Add comment

Please sign in to leave a comment.