|
@@ -114,7 +114,7 @@ def __list_read(a, b):
|
|
|
tree_ir.LiteralInstruction('List read out of bounds: %s'),
|
|
|
'%',
|
|
|
b_val.create_load())])),
|
|
|
- tree_ir.NopInstruction()),
|
|
|
+ tree_ir.EmptyInstruction()),
|
|
|
result.create_load())
|
|
|
|
|
|
def __list_append(a, b):
|
|
@@ -245,8 +245,8 @@ MISC_INTRINSICS = {
|
|
|
tree_ir.LoadLocalInstruction(jit_runtime.KWARGS_PARAMETER_NAME),
|
|
|
tree_ir.LiteralInstruction('root')),
|
|
|
|
|
|
- # read_userroot
|
|
|
- 'read_userroot' :
|
|
|
+ # read_taskroot
|
|
|
+ 'read_taskroot' :
|
|
|
lambda:
|
|
|
tree_ir.LoadIndexInstruction(
|
|
|
tree_ir.LoadLocalInstruction(jit_runtime.KWARGS_PARAMETER_NAME),
|