diff options
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> |