return stack size is too small
Brought to you by:
wfeldt
While working on xmlboot (see https://github.com/imedias/xmlboot) I noticed that for some operations, e.g. when parsing larger XML files, the return stack is too small. I fixed this by doubling the size of the return stack from 1000 to 2000 (see attached patch file).