[GHC] #8742: Reuse scavenge_small_bitmap
GHC
ghc-devs at haskell.org
Thu Feb 6 14:32:21 UTC 2014
#8742: Reuse scavenge_small_bitmap
-------------------------------------+------------------------------------
Reporter: Tarrasch | Owner: simonmar
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):
By the way, I found a very similar duplication in `rts/sm/Compact.c`.
Would an issue+patch be appreciated for that file as well?
Or you can easily find the occurrences yourself if you prefer:
{{{
$ your-favorite-grep-tool 'while \(size \> '
...
rts/sm/Compact.c
272: while (size > 0) {
318: while (size > 0) {
398: while (size > 0) {
...
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8742#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list