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 36c10d4 commit d0321bcCopy full SHA for d0321bc
src/passes/Monomorphize.cpp
@@ -24,7 +24,7 @@
24
// * If a call provides a more refined type than the function declares for a
25
// parameter.
26
// * If a call provides a constant as a parameter.
27
-// * If a call provides a GC allocation as a parameter. TODO
+// * If a call provides a GC allocation as a parameter.
28
// * If a call is dropped. TODO also other stuff on the outside, e.g. eqz?
29
//
30
// We realize the benefit by creating a monomorphized (specialized/refined)
0 commit comments