2 ** LuaJIT core and libraries amalgamation.
3 ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
7 +--------------------------------------------------------------------------+
8 | WARNING: Compiling the amalgamation needs a lot of virtual memory |
9 | (around 200 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 +--------------------------------------------------------------------------+
19 /* To get the mremap prototype. Must be defined before any system includes. */
20 #if defined(__linux__) && !defined(_GNU_SOURCE)
43 #include "lj_dispatch.c"
44 #include "lj_vmevent.c"
45 #include "lj_vmmath.c"
46 #include "lj_strscan.c"
50 #include "lj_bcread.c"
51 #include "lj_bcwrite.c"
57 #include "lj_ccallback.c"
58 #include "lj_carith.c"
60 #include "lj_cparse.c"
63 #include "lj_opt_mem.c"
64 #include "lj_opt_fold.c"
65 #include "lj_opt_narrow.c"
66 #include "lj_opt_dce.c"
67 #include "lj_opt_loop.c"
68 #include "lj_opt_split.c"
69 #include "lj_opt_sink.c"
72 #include "lj_record.c"
73 #include "lj_crecord.c"
74 #include "lj_ffrecord.c"
77 #include "lj_gdbjit.c"
83 #include "lib_string.c"
84 #include "lib_table.c"
87 #include "lib_package.c"
88 #include "lib_debug.c"