[GHC] #10244: "memory barriers unimplemented on this architecture" on ARM pre-ARMv7
GHC
ghc-devs at haskell.org
Wed May 13 22:21:50 UTC 2015
#10244: "memory barriers unimplemented on this architecture" on ARM pre-ARMv7
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner: simonmar
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: Runtime System | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: arm
Type of failure: Building GHC | Test Case:
failed | Blocking:
Blocked By: | Differential Revisions:
Related Tickets: |
-------------------------------------+-------------------------------------
Comment (by cjwatson):
You can do a little better for ARMv6 with mcr p15: the
[https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/include/asm/barrier.h
Linux kernel] has some examples. I don't know if this is worth bothering
with in practice though.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10244#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list