Closed this issue 8 months ago · 1 comments
It's not often this occurs, because the ILCodeGenerator generates very inefficient code, so something like a[0] is actually temp=0 check temp for >=0, a[temp]
a[0]
temp=0 check temp for >=0, a[temp]