We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79639a commit 2a84e5aCopy full SHA for 2a84e5a
media/just_flow_stuff.pdf
216 KB
src/ir/possible-contents.h
@@ -662,6 +662,13 @@ namespace wasm {
662
// analysis the user of this class can ask which contents are possible at any
663
// location.
664
//
665
+// This algorithm is so simple as to not really be worth a name, but if you are
666
+// familiar with Abstract Interpretation then it can be seen as an efficient way
667
+// to implement Abstract Interpretation with a transfer function that mostly
668
+// just combines values. A more detailed comparison between the algorithms can
669
+// be found in the PDF at /media/just_flow_stuff.pdf (the algorithm implemented
670
+// here is called "Just Flow Stuff").
671
+//
672
// This focuses on useful information for the typical user of this API.
673
// Specifically, we find out:
674
0 commit comments