Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c373ebdb
Commit
c373ebdb
authored
Nov 21, 2008
by
Simon Marlow
Browse files
we shouldn't update topBound in discardSparks()
parent
f7fd7fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Sparks.h
View file @
c373ebdb
...
...
@@ -107,7 +107,8 @@ sparkPoolSize (SparkPool *pool)
INLINE_HEADER
void
discardSparks
(
SparkPool
*
pool
)
{
pool
->
top
=
pool
->
topBound
=
pool
->
bottom
=
0
;
pool
->
top
=
pool
->
bottom
;
// pool->topBound = pool->top;
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment