|
@@ -4,12 +4,8 @@
|
|
#ifndef PAL_DEFS_H
|
|
#ifndef PAL_DEFS_H
|
|
#define PAL_DEFS_H
|
|
#define PAL_DEFS_H
|
|
|
|
|
|
-/* enable caching loaded binaries for optimizing process creation */
|
|
+/* (Linux-only) enable caching loaded binaries for optimizing process creation */
|
|
-#ifdef LINUX
|
|
+#define CACHE_LOADED_BINARIES 0 /* default: disabled */
|
|
-# define CACHE_LOADED_BINARIES 1
|
|
|
|
-#else
|
|
|
|
-# define CACHE_LOADED_BINARIES 0
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
/* statically allocate slab manager */
|
|
/* statically allocate slab manager */
|
|
#define STATIC_SLAB 1
|
|
#define STATIC_SLAB 1
|