Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
326 commits behind the upstream repository.
Matthew Pickering's avatar
Matthew Pickering authored
1. Use unsigned long for counter, as they can easily overflow if you are
   running a long benchmark.
2. Make interp_shutdown reentrant by copying the command frequency table
   into an array.

Fixes #25756
c4e112fc
History