dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: cscctest/csharp/class method1.il,1.2,1.3 meth


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/class method1.il,1.2,1.3 method13.il,1.1,1.2 method14.il,1.1,1.2 method3.il,1.2,1.3
Date: Thu, 14 Nov 2002 20:38:58 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/class
In directory subversions:/tmp/cvs-serv9109/csharp/class

Modified Files:
        method1.il method13.il method14.il method3.il 
Log Message:


New test output files that are affected by the "callvirt" change.


Index: method1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** method1.il  17 Jan 2002 23:52:43 -0000      1.2
--- method1.il  15 Nov 2002 01:38:55 -0000      1.3
***************
*** 31,35 ****
  {
        ldarg.0
!       call    instance int32 'Test'::'m3'()
        ret
        .maxstack 1
--- 31,35 ----
  {
        ldarg.0
!       callvirt        instance int32 'Test'::'m3'()
        ret
        .maxstack 1
***************
*** 38,42 ****
  {
        ldarg.0
!       call    instance int32 'Test'::'m3'()
        ret
        .maxstack 1
--- 38,42 ----
  {
        ldarg.0
!       callvirt        instance int32 'Test'::'m3'()
        ret
        .maxstack 1
***************
*** 45,49 ****
  {
        ldarg.1
!       call    instance int32 'Test'::'m4'()
        ret
        .maxstack 1
--- 45,49 ----
  {
        ldarg.1
!       callvirt        instance int32 'Test'::'m4'()
        ret
        .maxstack 1

Index: method13.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method13.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** method13.il 27 Sep 2002 01:29:35 -0000      1.1
--- method13.il 15 Nov 2002 01:38:55 -0000      1.2
***************
*** 69,73 ****
        stloc.0
        ldloc.0
!       call    instance void 'INHERIT'.'B'::'show'()
        ret
        .maxstack 2
--- 69,73 ----
        stloc.0
        ldloc.0
!       callvirt        instance void 'INHERIT'.'B'::'show'()
        ret
        .maxstack 2

Index: method14.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method14.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** method14.il 9 Nov 2002 00:07:03 -0000       1.1
--- method14.il 15 Nov 2002 01:38:55 -0000      1.2
***************
*** 48,52 ****
        ldc.i4.s        42
        conv.r4
!       call    instance void 'Child'::'Foo'(float32)
        ret
        .maxstack 2
--- 48,52 ----
        ldc.i4.s        42
        conv.r4
!       callvirt        instance void 'Child'::'Foo'(float32)
        ret
        .maxstack 2

Index: method3.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/class/method3.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** method3.il  17 Jan 2002 23:52:43 -0000      1.2
--- method3.il  15 Nov 2002 01:38:55 -0000      1.3
***************
*** 25,29 ****
        callvirt        instance void 'Test1'::'m3'()
        ldarg.0
!       call    instance void 'Test1'::'m4'()
        ret
        .maxstack 1
--- 25,29 ----
        callvirt        instance void 'Test1'::'m3'()
        ldarg.0
!       callvirt        instance void 'Test1'::'m4'()
        ret
        .maxstack 1
***************
*** 56,60 ****
        callvirt        instance void 'Test1'::'m3'()
        ldarg.0
!       call    instance void 'Test1'::'m4'()
        ret
        .maxstack 1
--- 56,60 ----
        callvirt        instance void 'Test1'::'m3'()
        ldarg.0
!       callvirt        instance void 'Test1'::'m4'()
        ret
        .maxstack 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]