2001-07-18 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mono / interpreter / ChangeLog
1 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
2
3         * interp.c (ves_exec_method): Make the interpreter abort with more
4         information than it currently does.
5
6         Enable the slow processor, as it is easier to debug.
7
8 Sun Jul 15 17:50:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
9
10         * Started changelog.
11         * interp.c: use new mono_get_method () function to get the complete
12         info on a method invocation: we support now method invocation with
13         multiple (or zero) simple arguments and with or without a return value.
14         Implement also a couple more opcodes.