diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/6.14.1-notes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/users_guide/6.14.1-notes.xml b/docs/users_guide/6.14.1-notes.xml index 90f4954122..58ae7470c0 100644 --- a/docs/users_guide/6.14.1-notes.xml +++ b/docs/users_guide/6.14.1-notes.xml @@ -215,6 +215,14 @@ import SpecConstr <listitem> <para> + On POSIX platforms, the RTS now has a new I/O manager based + on epoll/kqueue/poll, which allows it to scale to a much + larger number (100k+) of open file descriptors. + </para> + </listitem> + + <listitem> + <para> The RTS now exports a function <literal>setKeepCAFs</literal> which is important when loading Haskell DLLs dynamically, as a DLL may refer to CAFs that hae already been GCed. |