Misc. updates to docs.

This commit is contained in:
Mike Pall
2011-05-05 01:15:22 +02:00
parent 6534152b44
commit b760add618
5 changed files with 12 additions and 10 deletions

View File

@@ -152,9 +152,10 @@ The compiler will happily optimize away such indirections.</dd>
<dd>Because it's a compiler &mdash; it needs to generate native
machine code. This means the code generator must be ported to each
architecture. And the fast interpreter is written in assembler and
must be ported, too. This is quite an undertaking.<br> Currently only
x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow
based on sufficient user demand and/or sponsoring.</dd>
must be ported, too. This is quite an undertaking.<br>
The <a href="install.html">install documentation</a> shows the supported
architectures. Other architectures will follow based on sufficient user
demand and/or sponsoring.</dd>
</dl>
<dl>