[Mono-bugs] [Bug 73077][Maj] Changed - Increment and Decrement operators doesn't works
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 00:56:31 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by cesar@ciencias.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=73077
--- shadow/73077 2005-02-28 23:18:33.000000000 -0500
+++ shadow/73077.tmp.1790 2005-03-01 00:56:31.000000000 -0500
@@ -49,6 +49,15 @@
------- Additional Comments From rogerio.araujo@gmail.com 2005-02-28 23:18 -------
This bug needs more work, type checks and others things, i'll work on it.
Sorry Cesar, i'll start to report bugs with more details.
+
+------- Additional Comments From cesar@ciencias.unam.mx 2005-03-01 00:56 -------
+I compiled attatchment 14458 with both mjs and jsc, the code is not
+the same because we generate the PostOrPrefix::.ctor at the place
+where needed and they do it before everything. Using the Rotor runtime
+the code generated by mjs evaluates to the same than jsc+MS runtime.
+
+I suspect you're getting confused by the compiler code and the runtime
+support code. Do you understand there's a difference between them?