Skip to content

Make Interpreter more independent of the driver (#14335)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/bcp_opts into master

Avoid querying HscEnv/DynFlags in GHC.Runtime.Interpreter. Use explicit args instead.

This is ultimately to help fixing #14335 (support two interpreters in the same session: one for plugins, one for target code as usual).

Merge request reports