[GHC] #12745: Compile cmm file for register allocator stats

GHC ghc-devs at haskell.org
Sat Oct 22 16:01:44 UTC 2016


#12745: Compile cmm file for register allocator stats
-------------------------------------+-------------------------------------
        Reporter:  tjakway           |                Owner:  tjakway
            Type:  task              |               Status:  new
        Priority:  lowest            |            Milestone:
       Component:  Compiler (NCG)    |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #12744            |  Differential Rev(s):  Phab:D2621
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Description changed by tjakway:

@@ -2,4 +2,3 @@
- and to start I'm trying to write a function (mostly modeled on
- hscCompileCmmFile and cmmNativeGen) that will compile a cmm file and
- return register allocation stats (that can then be asserted against).  It
- should be less cumbersome to use than cmmNativeGen.
+ and to start I'm trying to write a function that will compile a cmm file
+ and return register allocation stats (that can then be asserted against).
+ It should be less cumbersome to use than cmmNativeGen.

New description:

 I'm trying to write a unit test for the graph coloring register allocator
 and to start I'm trying to write a function that will compile a cmm file
 and return register allocation stats (that can then be asserted against).
 It should be less cumbersome to use than cmmNativeGen.

--

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


More information about the ghc-tickets mailing list