summaryrefslogtreecommitdiff
path: root/doc/changes.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-01-17 22:02:13 +0100
committerMike Pall <mike>2010-01-17 22:02:13 +0100
commit379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246 (patch)
tree5a3a10dc9bba41df9b05ca3db005d214cb09c07f /doc/changes.html
parent4b0725d5fc87da33477b13e74a32f24fafda3541 (diff)
downloadluajit-379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246.tar.gz
luajit-379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246.tar.bz2
luajit-379b8c5fe4cc2a2872c0d7f88cbc2a44d8097246.zip
Update docs with x64 build instructions.
Diffstat (limited to 'doc/changes.html')
-rw-r--r--doc/changes.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/changes.html b/doc/changes.html
index 2841a371..84f7f9e0 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -55,9 +55,7 @@ to see whether newer versions are available.
55<div class="major" style="background: #d0d0d0;"> 55<div class="major" style="background: #d0d0d0;">
56<h2 id="snap">Development Snapshot</h2> 56<h2 id="snap">Development Snapshot</h2>
57<ul> 57<ul>
58<li>Build of preliminary x64 interpreter can be enabled with 58<li>Build of preliminary x64 interpreter works on Linux/x64 or WIN64.</li>
59<tt>make "CC=gcc -m64"</tt>.
60Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet).</li>
61<li>Implement yield from C hooks.</li> 59<li>Implement yield from C hooks.</li>
62<li>Add abstract C call handling to IR.</li> 60<li>Add abstract C call handling to IR.</li>
63<li>Improve KNUM fuse vs. load heuristics.</li> 61<li>Improve KNUM fuse vs. load heuristics.</li>