Skip to content
  • Daniel Gröber (dxld)'s avatar
    rts: Divorce init of Heap profiler from CCS profiler · 373c9cb3
    Daniel Gröber (dxld) authored and Marge Bot's avatar Marge Bot committed
    Currently initProfiling gets defined by Profiling.c only if PROFILING is
    defined. Otherwise the ProfHeap.c defines it.
    
    This is just needlessly complicated so in this commit I make Profiling and
    ProfHeap into properly seperate modules and call their respective init
    functions from RtsStartup.c.
    373c9cb3