X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fruntime_control.xml;h=9ef32a81c0414799d751a4a6bed6111f6f219af2;hb=b3915a060e067b8dd2762ab50359f7edbaf24fc8;hp=14732c57c3aa52da7a6e812ebbae65b12b130a8f;hpb=63dd4db64df2949448ceef1adb3c885c3ebb03b9;p=ghc-hetmet.git diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index 14732c5..9ef32a8 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -130,6 +130,15 @@ things like ctrl-C. This option is primarily useful for when you are using the Haskell code as a DLL, and want to set your own signal handlers. + + Note that even + with , the RTS + interval timer signal is still enabled. The timer signal + is either SIGVTALRM or SIGALRM, depending on the RTS + configuration and OS capabilities. To disable the timer + signal, use the -V0 RTS option (see + above). + @@ -1286,7 +1295,6 @@ $ ./a.out +RTS --info