[commit: ghc] ghc-7.8: add more information about the nature of support of prefetch primops on none x86/AMD64 -fasm platforms (and -fvia) to the 7.8 release notes (6c8410d)

git at git.haskell.org git at git.haskell.org
Thu Feb 20 12:01:11 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/6c8410d29f6e78c309a6152a62788b3681a3350b/ghc

>---------------------------------------------------------------

commit 6c8410d29f6e78c309a6152a62788b3681a3350b
Author: Carter Tazio Schonwald <carter.schonwald at gmail.com>
Date:   Thu Jan 30 12:27:35 2014 -0500

    add more information about the nature of support of prefetch primops on none x86/AMD64 -fasm platforms (and -fvia)
    to the 7.8 release notes
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    
    (cherry picked from commit 27fe12856a34488ea94291990238c37e5353d1a3)


>---------------------------------------------------------------

6c8410d29f6e78c309a6152a62788b3681a3350b
 docs/users_guide/7.8.1-notes.xml |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index c60bacf..7568246 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -554,8 +554,12 @@
                     guide the processor's caching decisions.
                </para>
                 <para>
-                    Currently, these are only supported with the LLVM
-                    backend and x86/amd64 backends.
+                    Currently, the primops get translated into
+                    the associated hardware supported prefetch
+                    instructions only with the LLVM backend and
+                    x86/amd64 backends. On all other backends,
+                    the prefetch primops are currently erased
+                    at code generation time.
                </para>
            </listitem>
        </itemizedlist>



More information about the ghc-commits mailing list