Update docs: native build default, cross-compilation, embedding.

This commit is contained in:
Mike Pall
2010-03-04 19:07:38 +01:00
parent f76e5a311b
commit af92a14313
4 changed files with 65 additions and 34 deletions

View File

@@ -55,9 +55,9 @@ to see whether newer versions are available.
<div class="major" style="background: #d0d0d0;">
<h2 id="snap">Development Snapshot</h2>
<ul>
<li>CPU support:
<li>Portability:
<ul>
<li>Port integrated memory allocator to Linux/x64 and Windows/x64.</li>
<li>Port integrated memory allocator to Linux/x64, Windows/x64 and OSX/x64.</li>
<li>Port interpreter and JIT compiler to x64.</li>
<li>Port DynASM to x64.</li>
<li>Many 32/64 bit cleanups in the VM.</li>