patch applied (ghc-6.6/ghc): new RTS flag: -V to modify the
resolution of the RTS timer
Ian Lynagh
igloo at earth.li
Tue Sep 5 15:21:13 EDT 2006
Tue Sep 5 07:15:45 PDT 2006 Ian Lynagh <igloo at earth.li>
* new RTS flag: -V to modify the resolution of the RTS timer
Fixed version of an old patch by Simon Marlow. His description read:
Also, now an arbitrarily short context switch interval may now be
specified, as we increase the RTS ticker's resolution to match the
requested context switch interval. This also applies to +RTS -i (heap
profiling) and +RTS -I (the idle GC timer). +RTS -V is actually only
required for increasing the resolution of the profile timer.
M ./docs/users_guide/runtime_control.xml +28
M ./docs/users_guide/using.xml -4 +1
M ./includes/Cmm.h -2
M ./includes/RtsFlags.h -1 +6
M ./includes/mkDerivedConstants.c +2
M ./rts/PrimOps.cmm -2 +2
M ./rts/Profiling.c -3 +5
M ./rts/Proftimer.c -3
M ./rts/RtsFlags.c -18 +59
M ./rts/RtsStartup.c -1 +1
M ./rts/Schedule.c -3
M ./rts/Timer.c -6 +8
M ./rts/Timer.h -9 +2
M ./rts/posix/Itimer.c -2 +2
M ./rts/posix/Select.c -1 +1
More information about the Cvs-ghc
mailing list