snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 37 forks source link

DTrace support #389

Open bgamari opened 7 years ago

bgamari commented 7 years ago

rts/ghc.mk contains a bunch of logic for producing the glue code for the user-defined tracepoints provided by GHC. This currently isn't implemented.

snowleopard commented 7 years ago

@bgamari Thanks! I assume this is not a blocking issue for merging Hadrian into GHC, so I've assigned it to the GHC Transcendence project (feel free to reassign though).

bgamari commented 7 years ago

Andrey Mokhov notifications@github.com writes:

@bgamari Thanks! I assume this is not a blocking issue for merging Hadrian into GHC, so I've assigned it to the GHC Transcendence project (feel free to reassign though).

Right, this is falls squarely in the "nice to have" category.