We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c77d9 commit 76d92f8Copy full SHA for 76d92f8
src/Callers.hs
@@ -98,6 +98,9 @@ adjustNth fn n (e:es)
98
-- Handling the call graph
99
----------------------------------------------------------------
100
-- Note: We do not consider Multiple Specialization in the call graph.
101
+-- XXX need to consider multiple specialization to improve optimisation of
102
+-- specialisations. But we need to be careful this can't lead to infinite
103
+-- fixpoint iteration.
104
105
getSccProcs :: ModSpec -> Compiler [SCC ProcSpec]
106
getSccProcs thisMod = do
0 commit comments