Misc. updates to docs.
This commit is contained in:
@@ -152,9 +152,10 @@ The compiler will happily optimize away such indirections.</dd>
|
||||
<dd>Because it's a compiler — 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>
|
||||
|
||||
Reference in New Issue
Block a user