Deployed c395849 to master with MkDocs 1.4.2 and mike 1.1.2
This commit is contained in:
parent
92fe53cb61
commit
733ce955a5
@ -1569,6 +1569,9 @@ contract C =
|
|||||||
</ul>
|
</ul>
|
||||||
<h3 id="changed">Changed</h3>
|
<h3 id="changed">Changed</h3>
|
||||||
<h3 id="removed">Removed</h3>
|
<h3 id="removed">Removed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Remove the mapping from variables to FATE registers from the compilation output.</li>
|
||||||
|
</ul>
|
||||||
<h3 id="fixed">Fixed</h3>
|
<h3 id="fixed">Fixed</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Warning about unused include when there is no include.</li>
|
<li>Warning about unused include when there is no include.</li>
|
||||||
|
@ -446,7 +446,6 @@ returns the compiled module in a map which can then be loaded.</p>
|
|||||||
<p><code>pp_typed_ast</code> - print the AST with type information at each node</p>
|
<p><code>pp_typed_ast</code> - print the AST with type information at each node</p>
|
||||||
<p><code>pp_assembler</code> - print the generated assembler code</p>
|
<p><code>pp_assembler</code> - print the generated assembler code</p>
|
||||||
<p>The option <code>include_child_contract_symbols</code> includes the symbols of child contracts functions in the generated fate code. It is turned off by default to avoid making contracts bigger on chain.</p>
|
<p>The option <code>include_child_contract_symbols</code> includes the symbols of child contracts functions in the generated fate code. It is turned off by default to avoid making contracts bigger on chain.</p>
|
||||||
<p>The option <code>debug_info</code> includes information related to debugging in the compiler output. Currently this option only includes the mapping from variables to registers.</p>
|
|
||||||
<h4 id="options-to-control-which-compiler-optimizations-should-run">Options to control which compiler optimizations should run:</h4>
|
<h4 id="options-to-control-which-compiler-optimizations-should-run">Options to control which compiler optimizations should run:</h4>
|
||||||
<p>By default all optimizations are turned on, to disable an optimization, it should be
|
<p>By default all optimizations are turned on, to disable an optimization, it should be
|
||||||
explicitly set to false and passed as a compiler option.</p>
|
explicitly set to false and passed as a compiler option.</p>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2,47 +2,47 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2023-06-01</lastmod>
|
<lastmod>2023-06-13</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user