[GHC] #8742: Reuse scavenge_small_bitmap
GHC
ghc-devs at haskell.org
Fri Feb 14 12:45:51 UTC 2014
#8742: Reuse scavenge_small_bitmap
-------------------------------------+------------------------------------
Reporter: Tarrasch | Owner: Tarrasch
Type: task | Status: patch
Priority: lowest | Milestone: 7.10.1
Component: Runtime System | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by Tarrasch):
Hi again,
So I added two patches now. One that changes some types of the `size`
variable to `StgWord`. This one will naturally affect the assembly. But
the second patch which does the code reuse doesn't change the affected
object file.
----
For my own reference later: https://gist.github.com/Tarrasch/8976269
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8742#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list