summaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-09 12:27:37 +0100
committerMike Pall <mike>2009-12-09 12:27:37 +0100
commit4523c46d10535ac6ff0716d22149e01e008dbce0 (patch)
treebeebf062567c2689f102142eb40d33fa3751b9ea /doc/status.html
parentec2442862fa684851ce38de5a837adee0725329e (diff)
downloadluajit2-4523c46d10535ac6ff0716d22149e01e008dbce0.tar.gz
Fix text about x64 port in status page.
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/status.html b/doc/status.html
index aa4a1e26..375262ef 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -196,12 +196,11 @@ Nonetheless, it compiles to native code and needs to be adapted to each
architecture. Porting the compiler backend is probably the easier task,
but a key element of its design is the fast interpreter, written in
machine-specific assembler.<br>
-The code base and the internal structures are already prepared for
-easier porting to 64 bit architectures. The most likely next target is a
-port to <b>x64</b>, but this will have to wait until the x86 port
-stabilizes. Other ports will follow &mdash; companies which are
+An x64 port is already in the works, thanks to the
+<a href="sponsors.html">LuaJIT sponsorship program</a>.
+Other ports will follow &mdash; companies which are
interested in sponsoring a port to a particular architecture, please
-<a href="contact.html">contact me</a>.
+use the given contact address.
</li>
<li>
There are some planned <b>structural improvements</b> to the compiler,