Skip to content

Commit 76d92f8

Browse files
committed
Add XXX comment about specialisation of specialisations.
1 parent 65c77d9 commit 76d92f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Callers.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ adjustNth fn n (e:es)
9898
-- Handling the call graph
9999
----------------------------------------------------------------
100100
-- 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.
101104

102105
getSccProcs :: ModSpec -> Compiler [SCC ProcSpec]
103106
getSccProcs thisMod = do

0 commit comments

Comments
 (0)