equal
deleted
inserted
replaced
62 ldc 1 |
62 ldc 1 |
63 istore 2 |
63 istore 2 |
64 ldc 0 |
64 ldc 0 |
65 istore 3 |
65 istore 3 |
66 |
66 |
67 Loop_begin_0: |
67 Loop_begin_2: |
68 |
68 |
69 ldc 0 |
69 ldc 0 |
70 iload 0 |
70 iload 0 |
71 if_icmpge Loop_end_1 |
71 if_icmpge Loop_end_3 |
72 iload 2 |
72 iload 2 |
73 istore 3 |
73 istore 3 |
74 iload 1 |
74 iload 1 |
75 iload 2 |
75 iload 2 |
76 iadd |
76 iadd |
79 istore 1 |
79 istore 1 |
80 iload 0 |
80 iload 0 |
81 ldc 1 |
81 ldc 1 |
82 isub |
82 isub |
83 istore 0 |
83 istore 0 |
84 goto Loop_begin_0 |
84 goto Loop_begin_2 |
85 |
85 |
86 Loop_end_1: |
86 Loop_end_3: |
87 |
87 |
88 iload 1 |
88 iload 1 |
89 invokestatic fib/fib/write(I)V |
89 invokestatic fib/fib/write(I)V |
90 |
90 |
91 |
91 |
92 return |
92 return |
93 |
93 |
94 .end method |
94 .end method |
95 |
|