[GHC] #6084: Add stg_ap_pnnv and related call patterns
GHC
cvs-ghc at haskell.org
Mon Feb 25 18:16:18 CET 2013
#6084: Add stg_ap_pnnv and related call patterns
---------------------------------+------------------------------------------
Reporter: SimonMeier | Owner: simonmar
Type: feature request | Status: infoneeded
Priority: normal | Milestone: 7.8.1
Component: Runtime System | Version: 7.4.1
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by simonpj):
Yes the extra call patterns take up RTS code space, but that's an
extremely minor matter -- and they do a good job for under and over-
saturated calls as well as exactly-saturated ones.
I'm all for your fix in addition, for the case where there is no RTS
pattern.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6084#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list