Skip to content
  • Simon Marlow's avatar
    pruneSparkQueue: check for tagged pointers · 9ef55740
    Simon Marlow authored
    This was a bug in 6.12.3.  I think the problem no longer occurs due to
    the way sparks are treated as weak pointers, but it doesn't hurt to
    test for tagged pointers anyway: better to do the test than have a
    subtle invariant.
    9ef55740