No real need to check whether expressions have already been marked
This commit is contained in:
@@ -35,6 +35,7 @@ L0:
|
||||
call(a[10], get)
|
||||
r(1)
|
||||
call(+=, plus)
|
||||
mark(a[10])
|
||||
r(a)
|
||||
r(10)
|
||||
r(1)
|
||||
|
||||
@@ -15,6 +15,7 @@ L0:
|
||||
call(a[0], get)
|
||||
r(1)
|
||||
call(+=, plus)
|
||||
mark(a[0])
|
||||
r(a)
|
||||
r(0)
|
||||
r(1)
|
||||
|
||||
Reference in New Issue
Block a user