Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ghc/ghc-debug
  • DavidEichmann/ghc-debug
  • trac-jberryman/ghc-debug
  • zyklotomic/ghc-debug
  • alinab/ghc-debug
  • teo/ghc-debug
  • Kariiem/ghc-debug
  • supersven/ghc-debug
  • wavewave/ghc-debug
  • duog/ghc-debug
  • jhrcek/ghc-debug
  • zliu41/ghc-debug
  • 4eUeP/ghc-debug
  • tmobile/ghc-debug
  • rwarfield/ghc-debug
15 results
Show changes
Commits on Source (1)
......@@ -167,7 +167,7 @@ dereferenceClosure cp
| not (heapAlloced cp) = dereferenceClosureDirect cp
| otherwise = do
rc <- requestBlock (LookupClosure cp)
if rawClosureSize rc < 8
if True -- rawClosureSize rc < 8
then do
res <- dereferenceClosureDirect cp
traceShowM ("Warning!!: block decoding failed, report this as a bug:" ++ show (cp, res))
......