logo       

Re: [GHC] #608: Make the NCG able to compile the RTS: msg#00105

lang.haskell.glasgow.bugs

Subject: Re: [GHC] #608: Make the NCG able to compile the RTS

#608: Make the NCG able to compile the RTS
---------------------------------+------------------------------------------
Reporter: simonmar | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: None
Severity: normal | Resolution: None
Keywords: | Os: Unknown
Difficulty: Difficult (1 week) | Architecture: Unknown
---------------------------------+------------------------------------------
Changes (by simonmar):

* architecture: => Unknown
* difficulty: => Difficult (1 week)
* os: => Unknown

Old description:

> {{{
> It is almost possible to compile the RTS with the native code generator.
> What is missing is support for loops: code generated by GHC doesn't
> normally contain loops (or rather, loops are explicit as jumps to top-
> level labels), but the RTS code does contain some loops. The register
> allocator in particular will need some work.
>
> There's nothing fundamentally difficult here, and it doesn't need to do a
> fantastic job, just a half-decent one. The code to be compiled in the
> RTS isn't performance-critical.
>
> }}}

New description:

{{{
It is almost possible to compile the RTS with the native code generator.
What is missing is support for loops: code generated by GHC doesn't
normally contain loops (or rather, loops are explicit as jumps to top-
level labels), but the RTS code does contain some loops. The register
allocator in particular will need some work.

There's nothing fundamentally difficult here, and it doesn't need to do a
fantastic job, just a half-decent one. The code to be compiled in the RTS
isn't performance-critical.

}}}

--
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/608>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise