From bd00094c3b50e193fb32aad79b7ea8ea6b78ed25 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 8 Dec 2019 21:21:30 +0100 Subject: x64: Enable LJ_GC64 mode by default. --- doc/install.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/install.html') 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 any settings.

-LuaJIT on x64 currently uses 32 bit GC objects by default. -LJ_GC64 mode may be explicitly enabled: -add XCFLAGS=-DLUAJIT_ENABLE_GC64 to the make command or run -msvcbuild gc64 for MSVC/WinSDK. Please check the note -about the bytecode format -differences, too. +All LuaJIT 64 bit ports use 64 bit GC objects by default (LJ_GC64). +For x64, you can select the old 32-on-64 bit mode by adding +XCFLAGS=-DLUAJIT_DISABLE_GC64 to the make command. +Please check the note about the +bytecode format differences, too.

POSIX Systems (Linux, OSX, *BSD etc.)

-- cgit v1.2.3-55-g6feb