wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Decompiler can run out of stack space

Open aardappel opened this issue 3 years ago • 1 comments

In particular, DecompileExpr calls itself recursively.

Example that fails: clang -O2 quickjs.c -c runs out of stack at VC++ default stack size of 1MB.

aardappel avatar Dec 14 '20 20:12 aardappel

Will not have time to address this any time soon sadly, so un-assigning..

aardappel avatar Feb 28 '22 19:02 aardappel