[GHC] #9038: Foreign calls don't make their arguments look strict

GHC ghc-devs at haskell.org
Thu Apr 24 22:28:11 UTC 2014


#9038: Foreign calls don't make their arguments look strict
-------------------------------------+------------------------------------
        Reporter:  tibbe             |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  Compiler          |          Version:  7.8.2
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:  1592
-------------------------------------+------------------------------------

Comment (by tibbe):

 I tried to add a call to `evaluate val` the very first thing in the
 function, which resulted in an extra `seq#` call in the function, but it
 didn't make the function strict.

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


More information about the ghc-tickets mailing list