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).
This commit is contained in:
Mike Pall
2010-01-14 12:28:16 +01:00
parent a431d6f35c
commit 82417ee889
5 changed files with 4658 additions and 6 deletions

View File

@@ -55,6 +55,9 @@ 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>Implement yield from C hooks.</li>
<li>Add abstract C call handling to IR.</li>
<li>Improve KNUM fuse vs. load heuristics.</li>