Skip to content

WIP: base: add call stack for partial functions

Luo Chen requested to merge luochen1990/ghc:wip/add-hascallstack into master

This MR is trying to implement the proposal #17040. And also a continuation of #15559 (closed)

Help Wanted:

  1. A testsuite for performance benchmark so that we can measure the performance influence of adding HasCallStack.
  2. Some suggest about how to deal with divZeroException properly, since it use raise# and Exceptions which is very different from the errors.
Edited by Luo Chen

Merge request reports