Revert "[jit] Enable partial sharing for the JIT too."
authorZoltan Varga <vargaz@gmail.com>
Thu, 3 Dec 2015 16:30:38 +0000 (11:30 -0500)
committerZoltan Varga <vargaz@gmail.com>
Thu, 3 Dec 2015 16:30:38 +0000 (11:30 -0500)
This reverts commit 8bf29464789df37cb396f6de0c5b1c5187ea73a2.

Revert this as it breaks the test.

mono/mini/mini-generic-sharing.c

index 69de50e4be0c04d2b40a9681314f33f0755acbea..3f2f1653a6686e46e8387a80f38d21650bbb5ce9 100644 (file)
@@ -33,7 +33,7 @@ static int num_templates_bytes;
 static int num_oti_allocted;
 static int num_oti_bytes;
 
 static int num_oti_allocted;
 static int num_oti_bytes;
 
-static gboolean partial_supported = TRUE;
+static gboolean partial_supported = FALSE;
 
 static inline gboolean
 partial_sharing_supported (void)
 
 static inline gboolean
 partial_sharing_supported (void)