We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3de022 commit 180637eCopy full SHA for 180637e
src/mono/mono/metadata/class-internals.h
@@ -287,11 +287,7 @@ union _MonoClassSizes {
287
int generic_param_token; /* for generic param types, both var and mvar */
288
};
289
290
-/* enabled only with small config for now: we might want to do it unconditionally */
291
-#ifdef MONO_SMALL_CONFIG
292
#define COMPRESSED_INTERFACE_BITMAP 1
293
-#endif
294
-
295
296
#ifdef ENABLE_CHECKED_BUILD_PRIVATE_TYPES
297
#define MONO_CLASS_DEF_PRIVATE 1
0 commit comments