On Wed, Mar 25, 2015 at 05:54:58PM +0000, Richard W.M. Jones wrote:
OCaml uses its own code generator. However the description of -fsplit-stack from GCC sounds interesting. Are there any more details of how exactly it works? Does it catch the segfault from hitting the guard page and do something clever?
Just after posting that I found the details:
https://gcc.gnu.org/wiki/SplitStacks
Rich.