aboutsummaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/install.html b/doc/install.html
index 49d6e9ed..9e00b231 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -175,12 +175,11 @@ Please read the instructions given in these files, before changing
175any settings. 175any settings.
176</p> 176</p>
177<p> 177<p>
178LuaJIT on x64 currently uses 32 bit GC objects by default. 178All LuaJIT 64 bit ports use 64 bit GC objects by default (<tt>LJ_GC64</tt>).
179<tt>LJ_GC64</tt> mode may be explicitly enabled: 179For x64, you can select the old 32-on-64 bit mode by adding
180add <tt>XCFLAGS=-DLUAJIT_ENABLE_GC64</tt> to the make command or run 180<tt>XCFLAGS=-DLUAJIT_DISABLE_GC64</tt> to the make command.
181<tt>msvcbuild gc64</tt> for MSVC/WinSDK. Please check the note 181Please check the note about the
182about the <a href="extensions.html#string_dump">bytecode format</a> 182<a href="extensions.html#string_dump">bytecode format</a> differences, too.
183differences, too.
184</p> 183</p>
185 184
186<h2 id="posix">POSIX Systems (Linux, OSX, *BSD etc.)</h2> 185<h2 id="posix">POSIX Systems (Linux, OSX, *BSD etc.)</h2>