[arm64] Increase the amount of memory used to bind branches since the arm64 thunk...
authorZoltan Varga <vargaz@gmail.com>
Sat, 11 Apr 2015 01:47:23 +0000 (21:47 -0400)
committerZoltan Varga <vargaz@gmail.com>
Sat, 11 Apr 2015 01:47:33 +0000 (21:47 -0400)
mono/utils/mono-codeman.c

index f027e0f447f3d3c8450e9a0af41efe582cf6a06d..2237445838e9759a098575f45cbfaf34c6d16e44 100644 (file)
@@ -492,7 +492,7 @@ mono_code_manager_foreach (MonoCodeManager *cman, MonoCodeManagerFunc func, void
 #define BIND_ROOM 8
 #endif
 #if defined(TARGET_ARM64)
-#define BIND_ROOM 8
+#define BIND_ROOM 4
 #endif
 
 static CodeChunk*