blueloveTH 2 yıl önce
ebeveyn
işleme
a51eb5a641

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
include/pocketpy/_generated.h


+ 2 - 2
include/pocketpy/codeobject.h

@@ -71,9 +71,9 @@ struct CodeObject {
     std::vector<int> iblocks;       // block index for each bytecode
     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;
     std::vector<CodeBlock> blocks;
     NameDictInt labels;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor