diff options
Diffstat (limited to 'docs/users_guide/8.8.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.8.1-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst index cd4c00d1a4..33b7f48e43 100644 --- a/docs/users_guide/8.8.1-notes.rst +++ b/docs/users_guide/8.8.1-notes.rst @@ -111,6 +111,10 @@ Runtime system Generation of these files, which sport a ``.hie`` suffix, is enabled via the ``-fwrite-ide-info`` flag. See :ref:`hie-options` for more information. +- A new flag ``-xp`` is added on x86_64. When it is passed, the runtime linker + can load object files compiled with ``-fPIC -fexternal-dynamic-refs`` + anywhere in the address space. This used to be restricted to the low 2Gb. + Template Haskell ~~~~~~~~~~~~~~~~ |