diff options
author | Mike Pall <mike> | 2010-01-14 12:28:16 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-01-14 12:28:16 +0100 |
commit | 82417ee8890613a6f85ed2bd2d85be876a8ced8d (patch) | |
tree | 49c07061aee24f159243a2b3a6341fefdd8a7176 /doc | |
parent | a431d6f35cb698b7d99db535958d807688f3465e (diff) | |
download | luajit-82417ee8890613a6f85ed2bd2d85be876a8ced8d.tar.gz luajit-82417ee8890613a6f85ed2bd2d85be876a8ced8d.tar.bz2 luajit-82417ee8890613a6f85ed2bd2d85be876a8ced8d.zip |
Add build infrastructure for x64 interpreter.
Must be explicitly enabled with: make clean && make "CC=gcc -m64"
Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index ecc0c89b..2841a371 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -55,6 +55,9 @@ 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 | ||
59 | <tt>make "CC=gcc -m64"</tt>. | ||
60 | Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet).</li> | ||
58 | <li>Implement yield from C hooks.</li> | 61 | <li>Implement yield from C hooks.</li> |
59 | <li>Add abstract C call handling to IR.</li> | 62 | <li>Add abstract C call handling to IR.</li> |
60 | <li>Improve KNUM fuse vs. load heuristics.</li> | 63 | <li>Improve KNUM fuse vs. load heuristics.</li> |