2002-07-24 Tim Coleman <tim@timcoleman.com>
[mono.git] / mono / jit / ChangeLog
index bd468032946dae6abd0f982947f7602b6d681ebc..e0d8f08a6c684ba3396f7d172ac5f598d7f3aa7a 100644 (file)
@@ -1,3 +1,28 @@
+2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (mono_analyze_stack): added CEE_TAIL (but it is ignored)
+
+Wed Jul 24 13:02:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * jit.c, jit.h, exception.c: implemented stack walking function.
+
+2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
+
+       * x86.brg (ARG_OBJ): removed zero sized object warning 
+
+2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
+
+       * jit.c (mono_allocate_excvar): mark excvar as volatile
+
+       * emit-x86.c (enter_method): use arch_get_argument_info to get
+       stack layout.
+
+       * jit.c (mono_analyze_stack): use arch_get_argument_info to get
+       stack layout.
+       (mono_analyze_stack): removed unused code
+
+       * emit-x86.c (arch_allocate_arg): impl.
+
 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
 
        * emit-x86.c (arch_allocate_var): fix alignment bug