Update docs with x64 build instructions.

This commit is contained in:
Mike Pall
2010-01-17 22:02:13 +01:00
parent 4b0725d5fc
commit 379b8c5fe4
3 changed files with 62 additions and 10 deletions

View File

@@ -55,9 +55,7 @@ to see whether newer versions are available.
<div class="major" style="background: #d0d0d0;">
<h2 id="snap">Development Snapshot</h2>
<ul>
<li>Build of preliminary x64 interpreter can be enabled with
<tt>make "CC=gcc -m64"</tt>.
Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet).</li>
<li>Build of preliminary x64 interpreter works on Linux/x64 or WIN64.</li>
<li>Implement yield from C hooks.</li>
<li>Add abstract C call handling to IR.</li>
<li>Improve KNUM fuse vs. load heuristics.</li>