You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
1.7 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Absint__Scheduler (infer.Absint__Scheduler)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; Absint__Scheduler</nav><h1>Module <code>Absint__Scheduler</code></h1></header><div class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec module" id="module-ReversePostorder"><a href="#module-ReversePostorder" class="anchor"></a><code><span class="keyword">module</span> <a href="ReversePostorder/index.html">ReversePostorder</a> : <span class="keyword">functor</span> (<a href="ReversePostorder/argument-1-CFG/index.html">CFG</a> : <a href="../Absint/ProcCfg/index.html#module-type-S">Absint.ProcCfg.S</a>) <span>&#45;&gt;</span> <a href="index.html#module-type-S">S</a> <span class="keyword">with</span> <span class="keyword">module</span> <a href="ReversePostorder/CFG/index.html">CFG</a> = <a href="ReversePostorder/index.html#argument-1-CFG">CFG</a></code></dt><dd><p>simple scheduler that visits CFG nodes in reverse postorder. fast/precise for straightline code and conditionals; not as good for loops (may visit nodes after a loop multiple times).</p></dd></dl></div></body></html>