Skip to content

Enable eventlog support in all ways by default

Ben Gamari requested to merge wip/T18948 into master

Here we deprecate the eventlogging RTS ways and instead enable eventlog support in the remaining ways. This simplifies packaging and reduces GHC compilation times (as we can eliminate two whole compilations of the RTS) while simplifying the end-user story. The trade-off is a small increase in binary sizes in the case that the user does not want eventlogging support, but we think that this is a fine trade-off.

Closes #18948 (closed).

Edited by Ben Gamari

Merge request reports