This repository has been archived by the owner on Apr 11, 2019. It is now read-only.
Explore the use of sigaltstack
for profiler signals
#6
Labels
sigaltstack
for profiler signals
#6
Currently when profiling is enabled, the OCaml stacks require around a kilobyte of extra slop space at the bottom of the stack in order to run the profiling function
mcount()
and the signal handler functionprofil()
. Is it possible to make use of alternate stack usingsigaltstack
for the signal handler?The text was updated successfully, but these errors were encountered: