summaryrefslogtreecommitdiff
path: root/doc/faq.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/faq.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 15632eae..6d724325 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -137,9 +137,8 @@ The compiler will happily optimize away such indirections.</dd>
137machine code. This means the code generator must be ported to each 137machine code. This means the code generator must be ported to each
138architecture. And the fast interpreter is written in assembler and 138architecture. And the fast interpreter is written in assembler and
139must be ported, too. This is quite an undertaking.<br> Currently only 139must be ported, too. This is quite an undertaking.<br> Currently only
140x86 CPUs are supported. x64 support is in the works. Other 140x86 and x64 CPUs are supported. Other architectures will follow based
141architectures will follow with sufficient demand and/or 141on sufficient user demand and/or sponsoring.</dd>
142sponsoring.</dd>
143</dl> 142</dl>
144 143
145<dl> 144<dl>