Skip to content

Expose RTS-only ways

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/rts/ways into master

The compiler needs the RTS ways of the RTS it is currently linked with. Currently it uses the "settings" file to get access to this information but it's not complete (eventlog way is missing) and it's fragile. Instead we make the RTS expose its ways via a few helper functions.

Edited by Sylvain Henry

Merge request reports