aboutsummaryrefslogtreecommitdiff
path: root/doc/faq.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-05-05 01:15:22 +0200
committerMike Pall <mike>2011-05-05 01:15:22 +0200
commitb760add618ea98f3b71290ce88d32718401aa67f (patch)
tree68bde0eb1edda8659632fa1e0f7c4ce22be134b3 /doc/faq.html
parent6534152b446f5b25616490ec4f589f14c557fb27 (diff)
downloadluajit-b760add618ea98f3b71290ce88d32718401aa67f.tar.gz
luajit-b760add618ea98f3b71290ce88d32718401aa67f.tar.bz2
luajit-b760add618ea98f3b71290ce88d32718401aa67f.zip
Misc. updates to docs.
Diffstat (limited to 'doc/faq.html')
-rw-r--r--doc/faq.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 8de8c3f1..b28a72cf 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -152,9 +152,10 @@ The compiler will happily optimize away such indirections.</dd>
152<dd>Because it's a compiler &mdash; it needs to generate native 152<dd>Because it's a compiler &mdash; it needs to generate native
153machine code. This means the code generator must be ported to each 153machine code. This means the code generator must be ported to each
154architecture. And the fast interpreter is written in assembler and 154architecture. And the fast interpreter is written in assembler and
155must be ported, too. This is quite an undertaking.<br> Currently only 155must be ported, too. This is quite an undertaking.<br>
156x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow 156The <a href="install.html">install documentation</a> shows the supported
157based on sufficient user demand and/or sponsoring.</dd> 157architectures. Other architectures will follow based on sufficient user
158demand and/or sponsoring.</dd>
158</dl> 159</dl>
159 160
160<dl> 161<dl>