[GHC] #7771: RTS should provide stg_sel_n_noupd_closure
GHC
cvs-ghc at haskell.org
Thu Mar 14 21:17:20 CET 2013
#7771: RTS should provide stg_sel_n_noupd_closure
---------------------------------+------------------------------------------
Reporter: simonpj | Owner: simonmar
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.2
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by ezyang):
Erm, isn't that what this macro does?
{{{#define SELECTOR_CODE_NOUPD(offset)
\
INFO_TABLE_SELECTOR(stg_sel_##offset##_noupd, offset, THUNK_SELECTOR,
"stg_sel_noupd", "stg_sel_noupd") \
(P_ node) \
{ \
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7771#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list