Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / localhost / ParallelMove
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="generator" content="AsciiDoc 8.6.9">
6 <title>ParallelMove</title>
7 <link rel="stylesheet" href="./asciidoc.css" type="text/css">
8 <link rel="stylesheet" href="./pygments.css" type="text/css">
9
10
11 <script type="text/javascript" src="./asciidoc.js"></script>
12 <script type="text/javascript">
13 /*<![CDATA[*/
14 asciidoc.install();
15 /*]]>*/
16 </script>
17 <link rel="stylesheet" href="./mlton.css" type="text/css">
18 </head>
19 <body class="article">
20 <div id="banner">
21 <div id="banner-home">
22 <a href="./Home">MLton 20180207</a>
23 </div>
24 </div>
25 <div id="header">
26 <h1>ParallelMove</h1>
27 </div>
28 <div id="content">
29 <div id="preamble">
30 <div class="sectionbody">
31 <div class="paragraph"><p><a href="ParallelMove">ParallelMove</a> is a rewrite pass, agnostic in the
32 <a href="IntermediateLanguage">IntermediateLanguage</a> which it produces.</p></div>
33 </div>
34 </div>
35 <div class="sect1">
36 <h2 id="_description">Description</h2>
37 <div class="sectionbody">
38 <div class="paragraph"><p>This function computes a sequence of individual moves to effect a
39 parallel move (with possibly overlapping froms and tos).</p></div>
40 </div>
41 </div>
42 <div class="sect1">
43 <h2 id="_implementation">Implementation</h2>
44 <div class="sectionbody">
45 <div class="ulist"><ul>
46 <li>
47 <p>
48 <a href="https://github.com/MLton/mlton/blob/master/mlton/backend/parallel-move.sig"><span class="monospaced">parallel-move.sig</span></a>
49 </p>
50 </li>
51 <li>
52 <p>
53 <a href="https://github.com/MLton/mlton/blob/master/mlton/backend/parallel-move.fun"><span class="monospaced">parallel-move.fun</span></a>
54 </p>
55 </li>
56 </ul></div>
57 </div>
58 </div>
59 <div class="sect1">
60 <h2 id="_details_and_notes">Details and Notes</h2>
61 <div class="sectionbody">
62 <div class="paragraph"><p></p></div>
63 </div>
64 </div>
65 </div>
66 <div id="footnotes"><hr></div>
67 <div id="footer">
68 <div id="footer-text">
69 </div>
70 <div id="footer-badges">
71 </div>
72 </div>
73 </body>
74 </html>