Improve bytecode generation.
This commit is contained in:
@@ -77,10 +77,6 @@ public class UpvalInfo {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// check for assignment to 2 upvalues at once
|
|
||||||
if ( v.upvalue != null )
|
|
||||||
throw new IllegalArgumentException("upvalue collision detected between "+v.upvalue+" and "+this);
|
|
||||||
|
|
||||||
// assign the variable
|
// assign the variable
|
||||||
v.upvalue = this;
|
v.upvalue = this;
|
||||||
this.includeVar(v);
|
this.includeVar(v);
|
||||||
|
|||||||
Reference in New Issue
Block a user