mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
11 lines
No EOL
2.4 KiB
HTML
11 lines
No EOL
2.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Unbox_closures (ocaml.Unbox_closures)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">ocaml</a> » Unbox_closures</nav><header class="odoc-preamble"><h1>Module <code><span>Unbox_closures</span></code></h1><p>Turn free variables of closures into specialised arguments. The aim is to cause the closure to become closed.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-rewrite_set_of_closures"><a href="#val-rewrite_set_of_closures" class="anchor"></a><code><span><span class="keyword">val</span> rewrite_set_of_closures :
|
||
<span>env:<a href="../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||
<span>duplicate_function:
|
||
<span>(<span>env:<a href="../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||
<span>set_of_closures:<a href="../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||
<span>fun_var:<a href="../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||
<span>new_fun_var:<a href="../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||
<a href="../Flambda/index.html#type-function_declaration">Flambda.function_declaration</a> * <span><a href="../Flambda/index.html#type-specialised_to">Flambda.specialised_to</a> <a href="../Variable/Map/index.html#type-t">Variable.Map.t</a></span>)</span> <span class="arrow">-></span></span>
|
||
<span>set_of_closures:<a href="../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||
<span><span>(<a href="../Flambda/index.html#type-expr">Flambda.expr</a> * <a href="../Inlining_cost/Benefit/index.html#type-t">Inlining_cost.Benefit.t</a>)</span> option</span></span></code></div></div></div></body></html> |