aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'go/ssa/TODO')
-rw-r--r--go/ssa/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/go/ssa/TODO b/go/ssa/TODO
new file mode 100644
index 000000000..6c35253c7
--- /dev/null
+++ b/go/ssa/TODO
@@ -0,0 +1,16 @@
+-*- text -*-
+
+SSA Generics to-do list
+===========================
+
+DOCUMENTATION:
+- Read me for internals
+
+TYPE PARAMETERIZED GENERIC FUNCTIONS:
+- sanity.go updates.
+- Check source functions going to generics.
+- Tests, tests, tests...
+
+USAGE:
+- Back fill users for handling ssa.InstantiateGenerics being off.
+