[GHC] #5925: Add inline version of newArray#
GHC
cvs-ghc at haskell.org
Thu May 9 15:19:45 CEST 2013
#5925: Add inline version of newArray#
---------------------------------+------------------------------------------
Reporter: tibbe | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 7.6.2
Component: Compiler | Version: 7.4.1
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: 4258 | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by simonpj):
It makes a difference whether the size is known at compile time or not.
The code that emits the heap check is `entryHeapCheck` in `StgCmmHeap`.
Maybe we should talk on Skype.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5925#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list