[GHC] #14090: Static pointers are not being registered under certain conditions

GHC ghc-devs at haskell.org
Fri Aug 18 18:48:03 UTC 2017


#14090: Static pointers are not being registered under certain conditions
-------------------------------------+-------------------------------------
        Reporter:  mnislaih          |                Owner:  (none)
            Type:  bug               |               Status:  patch
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.2.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D3843
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by mnislaih):

 I maintain the {{{clr-inline}}} package, which follows in the footsteps of
 {{{inline-java}}} for the .Net platform and is indeed broken by this
 change. The static pointer table is used to register bytecode objects,
 which are then loaded lazily at initialisation time. Since
 {{{staticPtrKeys}}} was mentioned in the module haddocks, I assumed it was
 stable api.

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


More information about the ghc-tickets mailing list