Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
7832 commits behind, 629 commits ahead of the upstream repository.
  • Alexis King's avatar
    88b18b0f
    rts: Fix `prompt#` when profiling is enabled · 88b18b0f
    Alexis King authored and Ben Gamari's avatar Ben Gamari committed
    This commit also adds a new -Dk RTS option to the debug RTS to assist
    debugging continuation captures. Currently, the printed information is
    quite minimal, but more can be added in the future if it proves to be
    useful when debugging future issues.
    
    fixes #23001
    
    (cherry picked from commit e5794ede)
    88b18b0f
    History
    rts: Fix `prompt#` when profiling is enabled
    Alexis King authored and Ben Gamari's avatar Ben Gamari committed
    This commit also adds a new -Dk RTS option to the debug RTS to assist
    debugging continuation captures. Currently, the printed information is
    quite minimal, but more can be added in the future if it proves to be
    useful when debugging future issues.
    
    fixes #23001
    
    (cherry picked from commit e5794ede)
RtsFlags.c 92.01 KiB