From ad7258f68ce525845508fc0c4a329c282982ffa0 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 9 Aug 2023 12:15:54 +0200 Subject: new .internal_allocator configuration IUNTESTED) new configuration option .internal_allocator to help LuaJIT users. THIS IS YET UNTESTED, USE AT YOUR OWN RISKS. --- src/macros_and_utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/macros_and_utils.h') diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index 3ed234a..05a46b5 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h @@ -99,7 +99,4 @@ extern char const* debugspew_indent; #define LUAG_FUNC( func_name) int LG_##func_name( lua_State* L) -// after all, it looks like we can use the state allocator for our own usage when running LuaJIT, as long as we mutex-protect it -#define USE_LUA_STATE_ALLOCATOR() 1 // (LUAJIT_FLAVOR()==0) - #endif // MACROS_AND_UTILS_H -- cgit v1.2.3-55-g6feb