Re: #11441: RFC: Inline intermediate languages (Core, STG, Cmm, even StrictCore)

"GHC" <[email protected]> Fri, 08 Mar 2019 16:33:19 -0000
Newsgroups gmane.comp.lang.haskell.glasgow.bugs
Message-ID <[email protected]>
--===============8367906637994835934==
Content-Type: multipart/related;
 boundary="===============0802902670482080529=="

--===============0802902670482080529==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

#11441: RFC: Inline intermediate languages (Core, STG, Cmm, even StrictCore)
-------------------------------------+-------------------------------------
        Reporter:  Iceland_jack      |                Owner:  (none)
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  7.10.3
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Runtime           |  Unknown/Multiple
  performance bug                    |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by recursion-ninja):

 I would find this capability extremely useful for writing optimized string
 alignment code that is still under the purview of the GHC memory manager
 instead of an FFI binding to C or C++ where the memory models are disjoint
 and sharing is much more difficult.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11441#comment:10>