[GHC] #8789: includes/stg/SMP.h: use 'NOSMP' instead of never defined 'WITHSMP'

GHC ghc-devs at haskell.org
Wed May 13 13:55:08 UTC 2015


#8789: includes/stg/SMP.h: use 'NOSMP' instead of never defined 'WITHSMP'
-------------------------------------+-------------------------------------
        Reporter:  slyfox            |                   Owner:
            Type:  bug               |  thoughtpolice
        Priority:  high              |                  Status:  closed
       Component:  Compiler          |               Milestone:  7.10.1
      Resolution:  fixed             |                 Version:  7.6.3
Operating System:  Unknown/Multiple  |                Keywords:
 Type of failure:  None/Unknown      |            Architecture:
      Blocked By:                    |  Unknown/Multiple
 Related Tickets:                    |               Test Case:
                                     |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by rwbarton):

 Yes, it's definitely the cause. Effectively this change turned the
 behavior for architectures that don't have a specific memory barrier
 implementation from "do nothing and hope for the best" to "raise a
 compile-time error".

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8789#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list