diff options
| author | Mike Pall <mike> | 2020-05-20 20:42:04 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2020-05-20 20:42:04 +0200 |
| commit | 0eddcbead2d67c16dcd4039a6765b9d2fc8ea631 (patch) | |
| tree | 614b63b87bb6ba476b616b10b95e278d4af0c452 /src/ljamalg.c | |
| parent | 5bf0da3d7c02f9959fa3a9fb721e0565137b70c8 (diff) | |
| download | luajit-0eddcbead2d67c16dcd4039a6765b9d2fc8ea631.tar.gz luajit-0eddcbead2d67c16dcd4039a6765b9d2fc8ea631.tar.bz2 luajit-0eddcbead2d67c16dcd4039a6765b9d2fc8ea631.zip | |
Cleanup CPU detection and tuning for old CPUs.
Diffstat (limited to 'src/ljamalg.c')
| -rw-r--r-- | src/ljamalg.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index 395429818..6712d4354 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
| @@ -3,16 +3,6 @@ | |||
| 3 | ** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* | ||
| 7 | +--------------------------------------------------------------------------+ | ||
| 8 | | WARNING: Compiling the amalgamation needs a lot of virtual memory | | ||
| 9 | | (around 300 MB with GCC 4.x)! If you don't have enough physical memory | | ||
| 10 | | your machine will start swapping to disk and the compile will not finish | | ||
| 11 | | within a reasonable amount of time. | | ||
| 12 | | So either compile on a bigger machine or use the non-amalgamated build. | | ||
| 13 | +--------------------------------------------------------------------------+ | ||
| 14 | */ | ||
| 15 | |||
| 16 | #define ljamalg_c | 6 | #define ljamalg_c |
| 17 | #define LUA_CORE | 7 | #define LUA_CORE |
| 18 | 8 | ||
