mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
some optimize
This commit is contained in:
parent
0d0261c069
commit
f48db51d7c
@ -144,7 +144,7 @@ __NEXT_STEP:;
|
||||
/*****************************************/
|
||||
TARGET(LOAD_ELLIPSIS) PUSH(Ellipsis); DISPATCH();
|
||||
TARGET(LOAD_FUNCTION) {
|
||||
FuncDecl_ decl = co->func_decls[byte.arg];
|
||||
const FuncDecl_& decl = co->func_decls[byte.arg];
|
||||
PyObject* obj;
|
||||
if(decl->nested){
|
||||
NameDict_ captured = frame->_locals.to_namedict();
|
||||
|
Loading…
x
Reference in New Issue
Block a user