Skip to content
Snippets Groups Projects
Commit 27c2f292 authored by Simon Marlow's avatar Simon Marlow Committed by pcapriotti
Browse files

Improve the handling of threadDelay in the non-threaded RTS

Firstly, we were rounding up too much, such that the smallest delay
was 20ms.  Secondly, there is no need to use millisecond resolution on
a 64-bit machine where we have room in the TSO to use the normal
nanosecond resolution that we use elsewhere in the RTS.

MERGED from commit 9d26519c
parent da320fc4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment