The compiler doesn't estimate the stack consumption of inlined function correctly *if* the inlined func yields PUSH_LOCAL_ENV/POP_LOCAL_ENV pair. This causes some type of code with exessive inlining of this type to bust the stack.
Log in to post a comment.