Skip to content

Commit 180637e

Browse files
committed
[mono][metadata] Enable compressed interface bitmap by default
1 parent b3de022 commit 180637e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mono/mono/metadata/class-internals.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,7 @@ union _MonoClassSizes {
287287
int generic_param_token; /* for generic param types, both var and mvar */
288288
};
289289

290-
/* enabled only with small config for now: we might want to do it unconditionally */
291-
#ifdef MONO_SMALL_CONFIG
292290
#define COMPRESSED_INTERFACE_BITMAP 1
293-
#endif
294-
295291

296292
#ifdef ENABLE_CHECKED_BUILD_PRIVATE_TYPES
297293
#define MONO_CLASS_DEF_PRIVATE 1

0 commit comments

Comments
 (0)