There's still a slight issue to deal with, namely that if a native function is called, the stack can't be monitored anymore. Really, if a native call is made in the function, then additional space should be assumed necessary. This would require analysis to determine if native calls were made in the stack frame.
There's still a slight issue to deal with, namely that if a native function is called, the stack can't be monitored anymore. Really, if a native call is made in the function, then additional space should be assumed necessary. This would require analysis to determine if native calls were made in the stack frame.