Stg: return imported FVs
This is used to determine what to link when using the interpreter. For now it's only used by the JS interpreter but it could easily be used by the native interpreter too (instead of extracting names from compiled BCOs).
Showing
- compiler/GHC/Driver/Main.hs 18 additions, 7 deletionscompiler/GHC/Driver/Main.hs
- compiler/GHC/Stg/FVs.hs 65 additions, 50 deletionscompiler/GHC/Stg/FVs.hs
- compiler/GHC/Stg/Pipeline.hs 5 additions, 3 deletionscompiler/GHC/Stg/Pipeline.hs
- compiler/GHC/Utils/Misc.hs 15 additions, 2 deletionscompiler/GHC/Utils/Misc.hs
- testsuite/tests/wasm/should_run/control-flow/LoadCmmGroup.hs 1 addition, 1 deletiontestsuite/tests/wasm/should_run/control-flow/LoadCmmGroup.hs
Loading
Please register or sign in to comment