[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r135096 - branches/mono-2-0/mono/mono/os
From:       "Zoltan Varga (vargaz AT gmail.com)" <mono-patches-list () lists ! ximian ! com>
Date:       2009-05-30 18:51:43
Message-ID: 20090530185143.123FE9472C () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: zoltan
Date: 2009-05-30 14:51:42 -0400 (Sat, 30 May 2009)
New Revision: 135096

Modified:
   branches/mono-2-0/mono/mono/os/ChangeLog
   branches/mono-2-0/mono/mono/os/gc_wrapper.h
Log:
2009-05-30  Zoltan Varga  <vargaz@gmain.com>

        * gc_wrapper.h: Disable thread-local allocation on arm.

Modified: branches/mono-2-0/mono/mono/os/ChangeLog
===================================================================
--- branches/mono-2-0/mono/mono/os/ChangeLog	2009-05-30 18:19:00 UTC (rev 135095)
+++ branches/mono-2-0/mono/mono/os/ChangeLog	2009-05-30 18:51:42 UTC (rev 135096)
@@ -1,3 +1,7 @@
+2009-05-30  Zoltan Varga  <vargaz@gmain.com>
+
+        * gc_wrapper.h: Disable thread-local allocation on arm.
+
 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
 
 	* gc_wrapper.h: Move the REGISTER/UNREGISTER macros to metadata/gc-internal.h.

Modified: branches/mono-2-0/mono/mono/os/gc_wrapper.h
===================================================================
--- branches/mono-2-0/mono/mono/os/gc_wrapper.h	2009-05-30 18:19:00 UTC (rev 135095)
+++ branches/mono-2-0/mono/mono/os/gc_wrapper.h	2009-05-30 18:51:42 UTC (rev 135096)
@@ -24,7 +24,7 @@
 #	if defined(HAVE_KW_THREAD) && defined(USE_INCLUDED_LIBGC) && !defined(__powerpc__)
         /* The local alloc stuff is in pthread_support.c, but solaris uses solaris_threads.c */
         /* It is also disabled on solaris/x86 by libgc/configure.in */
-#       if !defined(__sparc__) && !defined(__sun)
+#       if !defined(__sparc__) && !defined(__sun) && !defined(__arm__)
 #		    define GC_REDIRECT_TO_LOCAL
 #       endif
 #	endif

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic