mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
some fix
This commit is contained in:
parent
0fd2c695bf
commit
a51eb5a641
File diff suppressed because one or more lines are too long
@ -71,9 +71,9 @@ struct CodeObject {
|
|||||||
std::vector<int> iblocks; // block index for each bytecode
|
std::vector<int> iblocks; // block index for each bytecode
|
||||||
std::vector<LineInfo> lines;
|
std::vector<LineInfo> lines;
|
||||||
|
|
||||||
small_vector_no_copy_and_move<PyObject*, 8> consts;
|
small_vector_no_copy_and_move<PyObject*, 8> consts; // constants
|
||||||
|
small_vector_no_copy_and_move<StrName, 8> varnames; // local variables
|
||||||
|
|
||||||
pod_vector<StrName> varnames; // local variables
|
|
||||||
NameDictInt varnames_inv;
|
NameDictInt varnames_inv;
|
||||||
std::vector<CodeBlock> blocks;
|
std::vector<CodeBlock> blocks;
|
||||||
NameDictInt labels;
|
NameDictInt labels;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user