docs: add initial performance documentation covering Wren's speed and value representation

Create new doc/site/performance.markdown explaining Wren's position in the bytecode interpreter performance bucket and introducing NaN tagging for compact value storage. Also update doc/site/template.html to include a link to the new performance page in the "Other" navigation section.
This commit is contained in:
Bob Nystrom
2013-12-11 05:51:58 +00:00
parent d8c31a4391
commit 813cbbc5a2
2 changed files with 83 additions and 0 deletions
+5
View File
@@ -44,6 +44,11 @@
<li>Standalone</li>
<li>Embedding</li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="faq.html">FAQ</a></li>
<li><a href="performance.html">Performance</a></li>
</ul>
</div>
<div class="content">
<h1>{title}</h1>