Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / localhost / TalkWholeProgram
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>TalkWholeProgram</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>TalkWholeProgram</h1>
27 </div>
28 <div id="content">
29 <div class="sect1">
30 <h2 id="_whole_program_compiler">Whole Program Compiler</h2>
31 <div class="sectionbody">
32 <div class="ulist"><ul>
33 <li>
34 <p>
35 Each of these techniques requires whole-program analysis
36 </p>
37 </li>
38 <li>
39 <p>
40 But, additional benefits:
41 </p>
42 <div class="ulist"><ul>
43 <li>
44 <p>
45 eliminate (some) variability in programming styles
46 </p>
47 </li>
48 <li>
49 <p>
50 specialize representations
51 </p>
52 </li>
53 <li>
54 <p>
55 simplifies and improves runtime system
56 </p>
57 </li>
58 </ul></div>
59 </li>
60 </ul></div>
61 <div class="paragraph"><p>&#160;<br>
62 &#160;<br>
63 &#160;<br></p></div>
64 <hr>
65 <table class="tableblock frame-all grid-all"
66 style="
67 width:100%;
68 ">
69 <col style="width:50%;">
70 <col style="width:50%;">
71 <tbody>
72 <tr>
73 <td class="tableblock halign-left valign-top" ><p class="tableblock"><a href="TalkHowHigherOrder"> Prev</a></p></td>
74 <td class="tableblock halign-right valign-top" ><p class="tableblock"><a href="TalkFolkLore"> Next</a></p></td>
75 </tr>
76 </tbody>
77 </table>
78 </div>
79 </div>
80 </div>
81 <div id="footnotes"><hr></div>
82 <div id="footer">
83 <div id="footer-text">
84 </div>
85 <div id="footer-badges">
86 </div>
87 </div>
88 </body>
89 </html>