diff options
| author | Mike Pall <mike> | 2011-05-05 01:15:22 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2011-05-05 01:15:22 +0200 |
| commit | b760add618ea98f3b71290ce88d32718401aa67f (patch) | |
| tree | 68bde0eb1edda8659632fa1e0f7c4ce22be134b3 /doc/faq.html | |
| parent | 6534152b446f5b25616490ec4f589f14c557fb27 (diff) | |
| download | luajit-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.html | 7 |
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 — it needs to generate native | 152 | <dd>Because it's a compiler — it needs to generate native |
| 153 | machine code. This means the code generator must be ported to each | 153 | machine code. This means the code generator must be ported to each |
| 154 | architecture. And the fast interpreter is written in assembler and | 154 | architecture. And the fast interpreter is written in assembler and |
| 155 | must be ported, too. This is quite an undertaking.<br> Currently only | 155 | must be ported, too. This is quite an undertaking.<br> |
| 156 | x86, x64 and PPC/e500v2 CPUs are supported. Other architectures will follow | 156 | The <a href="install.html">install documentation</a> shows the supported |
| 157 | based on sufficient user demand and/or sponsoring.</dd> | 157 | architectures. Other architectures will follow based on sufficient user |
| 158 | demand and/or sponsoring.</dd> | ||
| 158 | </dl> | 159 | </dl> |
| 159 | 160 | ||
| 160 | <dl> | 161 | <dl> |
