2006-03-19 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / ChangeLog
index cda167616944c2a22343db5e5122a6603184f7b8..78cb7f97e0f7153fcb0e58ea22d6007f2fb742c3 100644 (file)
@@ -1,3 +1,31 @@
+2006-03-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini.c (mono_print_method_from_ip): Recognize JIT trampolines as well.
+       (can_access_internals): Fix a warning.
+
+       * mini.c (print_method_from_ip): Rename this to 
+       mono_print_method_from_ip so it gets exported.
+
+       * trace.c: Deal with strings inside StringBuilder's containing garbage
+       and fix memory leaks. Fixes #77848.
+
+2006-03-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * mini.c (mini_init): Disable the setting of GC_stackbottom on ia64. Hopefully
+       fixes #77787.
+
+2006-03-16 Neale Ferguson <neale@sinenomine.net>
+       
+       * mini-s390.c: Remove OP_X86_TEST_NULL.
+
+Thu Mar 16 17:19:04 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mini.c: use the correct GetHashCode() for the moving collector.
+
+2006-03-16  Massimiliano Mantione  <massi@ximian.com>
+
+        * liveness.c: Regalloc spill cost tuning.
+
 2006-03-15 Neale Ferguson <neale@sinenomine.net>
        
        * mini-s390x.h: Correct S390_LONG macro.