diff options
author | Mike Pall <mike> | 2009-12-09 12:27:37 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2009-12-09 12:27:37 +0100 |
commit | 4523c46d10535ac6ff0716d22149e01e008dbce0 (patch) | |
tree | beebf062567c2689f102142eb40d33fa3751b9ea /doc | |
parent | ec2442862fa684851ce38de5a837adee0725329e (diff) | |
download | luajit-4523c46d10535ac6ff0716d22149e01e008dbce0.tar.gz luajit-4523c46d10535ac6ff0716d22149e01e008dbce0.tar.bz2 luajit-4523c46d10535ac6ff0716d22149e01e008dbce0.zip |
Fix text about x64 port in status page.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/status.html | 9 |
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 | |||
196 | architecture. Porting the compiler backend is probably the easier task, | 196 | architecture. Porting the compiler backend is probably the easier task, |
197 | but a key element of its design is the fast interpreter, written in | 197 | but a key element of its design is the fast interpreter, written in |
198 | machine-specific assembler.<br> | 198 | machine-specific assembler.<br> |
199 | The code base and the internal structures are already prepared for | 199 | An x64 port is already in the works, thanks to the |
200 | easier porting to 64 bit architectures. The most likely next target is a | 200 | <a href="sponsors.html">LuaJIT sponsorship program</a>. |
201 | port to <b>x64</b>, but this will have to wait until the x86 port | 201 | Other ports will follow — companies which are |
202 | stabilizes. Other ports will follow — companies which are | ||
203 | interested in sponsoring a port to a particular architecture, please | 202 | interested in sponsoring a port to a particular architecture, please |
204 | <a href="contact.html">contact me</a>. | 203 | use the given contact address. |
205 | </li> | 204 | </li> |
206 | <li> | 205 | <li> |
207 | There are some planned <b>structural improvements</b> to the compiler, | 206 | There are some planned <b>structural improvements</b> to the compiler, |