Skip to content

Remove redundant 0s in ghc-heap pointer strings

Ömer Sinan Ağacan requested to merge osa1/ghc:ghc_heap_print_addr into master

Before: 0x0000004200c86888 After: 0x42000224f8

This is more concise and consistent with the RTS's printer (which uses %p formatter, and at least on Linux gcc prints the short form) and gdb's pointer formatter.

Merge request reports