diff options
author | Mike Pall <mike> | 2010-03-04 19:07:38 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-04 19:07:38 +0100 |
commit | af92a143132ab8f39d9d7893fe4797b67b72bc98 (patch) | |
tree | 1004d369ad7a1ac4ff731271acd96ee680522ac0 /doc/changes.html | |
parent | f76e5a311ba543ae174acd3b585fb672fde8a3b5 (diff) | |
download | luajit-af92a143132ab8f39d9d7893fe4797b67b72bc98.tar.gz luajit-af92a143132ab8f39d9d7893fe4797b67b72bc98.tar.bz2 luajit-af92a143132ab8f39d9d7893fe4797b67b72bc98.zip |
Update docs: native build default, cross-compilation, embedding.
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.html b/doc/changes.html index 16cda402..c733e5d1 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -55,9 +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>CPU support: | 58 | <li>Portability: |
59 | <ul> | 59 | <ul> |
60 | <li>Port integrated memory allocator to Linux/x64 and Windows/x64.</li> | 60 | <li>Port integrated memory allocator to Linux/x64, Windows/x64 and OSX/x64.</li> |
61 | <li>Port interpreter and JIT compiler to x64.</li> | 61 | <li>Port interpreter and JIT compiler to x64.</li> |
62 | <li>Port DynASM to x64.</li> | 62 | <li>Port DynASM to x64.</li> |
63 | <li>Many 32/64 bit cleanups in the VM.</li> | 63 | <li>Many 32/64 bit cleanups in the VM.</li> |