===== BASIC METRICS -- Number of files: 77 -- Total bytecode bytes: 292021 -- Total instructions: 105303 Duplicate path/name # A tibble: 6 x 3 path code_name n 1 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc AbbreviatedTree 158 2 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc _AbbreviatedTree 158 3 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc __init__ 158 4 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc PrettyTree 158 5 /home/andy/git/oilshell/oil/osh/builtin.pyc __init__ 24 6 /home/andy/git/oilshell/oil/osh/builtin.pyc __call__ 23 ===== BIG STRINGS path code_name type len_or_val 1 /home/andy/git/oilshell/oil/frontend/lex.pyc str 3101 2 /home/andy/git/oilshell/oil/pgen2/grammar.pyc Grammar str 2600 3 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc ParseSimpleCommand str 2301 4 /home/andy/git/oilshell/oil/osh/word_parse.pyc _ReadBracedBracedVarSub str 2248 5 /home/andy/git/oilshell/oil/frontend/args.pyc str 1669 6 /home/andy/git/oilshell/oil/Python-2.7.13/Lib/__future__.pyc str 1638 7 /home/andy/git/oilshell/oil/osh/word_parse.pyc str 1297 8 /home/andy/git/oilshell/oil/pgen2/parse.pyc __init__ str 1241 9 /home/andy/git/oilshell/oil/tools/osh2oil.pyc _GetRhsStyle str 1209 10 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc _MaybeExpandAliases str 1172 11 /home/andy/git/oilshell/oil/frontend/args.pyc OilFlags str 1141 12 /home/andy/git/oilshell/oil/tools/osh2oil.pyc DoWordInCommand str 1139 13 /home/andy/git/oilshell/oil/pgen2/parse.pyc Parser str 1076 14 /home/andy/git/oilshell/oil/core/completion.pyc str 886 15 /home/andy/git/oilshell/oil/osh/braces.pyc _BraceDetect str 828 16 /home/andy/git/oilshell/oil/core/dev.pyc CrashDumper str 812 17 /home/andy/git/oilshell/oil/pgen2/grammar.pyc dump str 749 18 /home/andy/git/oilshell/oil/oil_lang/expr_to_ast.pyc Transformer str 736 19 /home/andy/git/oilshell/oil/osh/builtin.pyc Wait str 655 20 /home/andy/git/oilshell/oil/core/main_loop.pyc Batch str 635 -- total string bytes: 145787 ===== FRAMES Frames with many consts # A tibble: 20 x 3 path code_name n 1 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc PrettyTree 760 2 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc _AbbreviatedTree 619 3 /home/andy/git/oilshell/oil/_devbuild/gen/id_kind_asdl.pyc Id 618 4 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc 465 5 /home/andy/git/oilshell/oil/core/id_kind.pyc AddKinds 339 6 /home/andy/git/oilshell/oil/_devbuild/gen/osh_help.pyc 242 7 /home/andy/git/oilshell/oil/frontend/lex.pyc 200 8 /home/andy/git/oilshell/oil/osh/builtin.pyc __call__ 159 9 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc AbbreviatedTree 158 10 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc __init__ 158 11 /home/andy/git/oilshell/oil/osh/builtin.pyc 149 12 /home/andy/git/oilshell/oil/_devbuild/gen/runtime_asdl.pyc 111 13 /home/andy/git/oilshell/oil/_devbuild/gen/grammar_nt.pyc 103 14 /home/andy/git/oilshell/oil/bin/oil.pyc 91 15 /home/andy/git/oilshell/oil/_devbuild/gen/runtime_asdl.pyc builtin_e 90 16 /home/andy/git/oilshell/oil/_devbuild/gen/runtime_asdl.pyc PrettyTree 84 17 /home/andy/git/oilshell/oil/osh/state.pyc 75 18 /home/andy/git/oilshell/oil/core/completion.pyc Matches 69 19 /home/andy/git/oilshell/oil/_devbuild/gen/runtime_asdl.pyc _AbbreviatedTree 69 20 /home/andy/git/oilshell/oil/_devbuild/gen/id_kind_asdl.pyc Kind 68 Frames with many ops # A tibble: 20 x 3 path code_name n 1 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc PrettyTree 12370 2 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc _AbbreviatedTree 7717 3 /home/andy/git/oilshell/oil/osh/builtin.pyc __call__ 2280 4 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc __init__ 2118 5 /home/andy/git/oilshell/oil/frontend/lex.pyc 2056 6 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc 1916 7 /home/andy/git/oilshell/oil/core/completion.pyc Matches 1699 8 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch 1551 9 /home/andy/git/oilshell/oil/_devbuild/gen/id_kind_asdl.pyc Id 1549 10 /home/andy/git/oilshell/oil/osh/expr_eval.pyc Eval 1517 11 /home/andy/git/oilshell/oil/bin/oil.pyc ShellMain 1402 12 /home/andy/git/oilshell/oil/tools/osh2oil.pyc DoCommand 1241 13 /home/andy/git/oilshell/oil/_devbuild/gen/runtime_asdl.pyc PrettyTree 1202 14 /home/andy/git/oilshell/oil/osh/word_eval.pyc _EvalBracedVarSub 799 15 /home/andy/git/oilshell/oil/osh/builtin.pyc 771 16 /home/andy/git/oilshell/oil/_devbuild/gen/id_kind_asdl.pyc 740 17 /home/andy/git/oilshell/oil/_devbuild/gen/runtime_asdl.pyc _AbbreviatedTree 707 18 /home/andy/git/oilshell/oil/_devbuild/gen/syntax_asdl.pyc AbbreviatedTree 696 19 /home/andy/git/oilshell/oil/tools/osh2oil.pyc DoWordPart 566 20 /home/andy/git/oilshell/oil/bin/oil.pyc 511 Frames with large stacksize path code_name argcount nlocals stacksize bytecode_bytes 1 /home/andy/git/oilshell/oil/_devbuild/gen/id_kind_asdl.pyc 0 0 310 2206 2 /home/andy/git/oilshell/oil/frontend/lex.pyc 0 0 50 5976 3 /home/andy/git/oilshell/oil/core/id_kind.pyc AddKinds 1 1 46 1320 4 /home/andy/git/oilshell/oil/osh/state.pyc 0 0 17 693 5 /home/andy/git/oilshell/oil/bin/oil.pyc ShellMain 4 71 14 3926 6 /home/andy/git/oilshell/oil/osh/arith_parse.pyc MakeShellSpec 0 1 14 835 7 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc ParseCommand 1 2 13 459 8 /home/andy/git/oilshell/oil/core/completion.pyc Matches 2 36 11 2720 9 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Execute 3 9 11 400 10 /home/andy/git/oilshell/oil/osh/word_parse.pyc _ReadWord 2 3 11 564 Frames with many locals path code_name argcount nlocals stacksize bytecode_bytes 1 /home/andy/git/oilshell/oil/bin/oil.pyc ShellMain 4 71 14 3926 2 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch 3 55 8 4367 3 /home/andy/git/oilshell/oil/core/completion.pyc Matches 2 36 11 2720 4 /home/andy/git/oilshell/oil/tools/osh2oil.pyc DoCommand 4 36 6 3357 5 /home/andy/git/oilshell/oil/osh/history.pyc Eval 2 31 6 1199 6 /home/andy/git/oilshell/oil/osh/word_eval.pyc _EvalBracedVarSub 4 31 6 2333 7 /home/andy/git/oilshell/oil/osh/builtin_printf.pyc __call__ 2 29 7 1247 8 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc _MakeAssignPair 3 27 4 856 9 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc _MaybeExpandAliases 2 27 6 738 10 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc ParseSimpleCommand 1 20 6 820 ===== NAMES Common types # A tibble: 4 x 2 kind n 1 name 20939 2 var 7508 3 cell 5 4 free 5 Common names # A tibble: 20 x 2 name n 1 self 1476 2 None 571 3 spids 544 4 __name__ 503 5 append 476 6 __module__ 471 7 PrettyNode 364 8 AssertionError 359 9 fields 354 10 __init__ 353 11 _AbbreviatedTree 351 12 L 350 13 out_node 350 14 x0 326 15 AbbreviatedTree 304 16 PrettyTree 300 17 children 273 18 x1 267 19 PrettyLeaf 243 20 tag 235 -- Total length of all 28457 names: 216490 -- Total length of 3434 unique names: 34147 ===== CONSTS Types of constants # A tibble: 6 x 2 type n 1 str 5756 2 code 2220 3 NoneType 1835 4 int 1628 5 tuple 760 6 float 3 ===== FLAGS Common flags # A tibble: 7 x 2 flag n 1 CO_NEWLOCALS 2220 2 CO_OPTIMIZED 1749 3 CO_FUTURE_PRINT_FUNCTION 820 4 CO_GENERATOR 34 5 CO_NESTED 34 6 CO_VARARGS 19 7 CO_VARKEYWORDS 5 ===== OPS Ops Used by Frequency # A tibble: 80 x 2 op_name n 1 LOAD_FAST 17738 2 LOAD_ATTR 14226 3 LOAD_CONST 13041 4 CALL_FUNCTION 9343 5 LOAD_GLOBAL 6942 6 STORE_NAME 5246 7 STORE_FAST 5232 8 POP_TOP 4081 9 LOAD_NAME 3391 10 RETURN_VALUE 2982 11 POP_JUMP_IF_FALSE 2640 12 MAKE_FUNCTION 2215 13 COMPARE_OP 2069 14 BUILD_TUPLE 1732 15 JUMP_FORWARD 1714 16 STORE_ATTR 1276 17 JUMP_ABSOLUTE 1143 18 POP_BLOCK 859 19 IMPORT_FROM 809 20 RAISE_VARARGS 703 21 SETUP_LOOP 655 22 FOR_ITER 629 23 GET_ITER 629 24 BUILD_LIST 603 25 POP_JUMP_IF_TRUE 576 26 IMPORT_NAME 534 27 BUILD_CLASS 471 28 LOAD_LOCALS 471 29 BINARY_SUBSCR 439 30 STORE_MAP 326 31 JUMP_IF_TRUE_OR_POP 293 32 BINARY_ADD 291 33 UNPACK_SEQUENCE 243 34 BINARY_MODULO 219 35 DUP_TOP 207 36 END_FINALLY 204 37 SETUP_EXCEPT 165 38 STORE_SUBSCR 130 39 SLICE+1 97 40 INPLACE_ADD 94 41 BREAK_LOOP 92 42 BUILD_MAP 86 43 BINARY_SUBTRACT 63 44 UNARY_NOT 46 45 YIELD_VALUE 46 46 SETUP_FINALLY 33 47 LIST_APPEND 27 48 SLICE+3 27 49 ROT_TWO 25 50 SLICE+2 24 51 BINARY_MULTIPLY 21 52 LOAD_DEREF 16 53 BINARY_OR 11 54 DELETE_SLICE+0 11 55 INPLACE_SUBTRACT 11 56 DELETE_SUBSCR 10 57 BINARY_AND 8 58 BINARY_RSHIFT 8 59 PRINT_ITEM 8 60 PRINT_NEWLINE 8 61 SETUP_WITH 6 62 WITH_CLEANUP 6 63 CALL_FUNCTION_VAR 5 64 LOAD_CLOSURE 5 65 MAKE_CLOSURE 5 66 BINARY_LSHIFT 4 67 DUP_TOPX 4 68 JUMP_IF_FALSE_OR_POP 4 69 ROT_THREE 4 70 STORE_GLOBAL 4 71 CALL_FUNCTION_VAR_KW 3 72 BINARY_DIVIDE 2 73 BINARY_XOR 2 74 BUILD_SLICE 2 75 INPLACE_MULTIPLY 2 76 UNARY_NEGATIVE 2 77 BINARY_FLOOR_DIVIDE 1 78 INPLACE_RSHIFT 1 79 STORE_DEREF 1 80 UNARY_INVERT 1 -- Total unique opcodes: 80 Unused opcodes: op_name 1 BINARY_POWER 2 BINARY_TRUE_DIVIDE 3 BUILD_SET 4 CALL_FUNCTION_KW 5 CONTINUE_LOOP 6 DELETE_ATTR 7 DELETE_FAST 8 DELETE_GLOBAL 9 DELETE_NAME 10 DELETE_SLICE+1 11 DELETE_SLICE+2 12 DELETE_SLICE+3 13 EXEC_STMT 14 EXTENDED_ARG 15 IMPORT_STAR 16 INPLACE_AND 17 INPLACE_DIVIDE 18 INPLACE_FLOOR_DIVIDE 19 INPLACE_LSHIFT 20 INPLACE_MODULO 21 INPLACE_OR 22 INPLACE_POWER 23 INPLACE_TRUE_DIVIDE 24 INPLACE_XOR 25 MAP_ADD 26 NOP 27 PRINT_EXPR 28 PRINT_ITEM_TO 29 PRINT_NEWLINE_TO 30 ROT_FOUR 31 SET_ADD 32 SLICE+0 33 STOP_CODE 34 STORE_SLICE+0 35 STORE_SLICE+1 36 STORE_SLICE+2 37 STORE_SLICE+3 38 UNARY_CONVERT 39 UNARY_POSITIVE Memory Operations: # A tibble: 15 x 3 kind op_name n 1 ATTR LOAD_ATTR 14226 2 ATTR STORE_ATTR 1276 3 CLOSURE LOAD_CLOSURE 5 4 CONST LOAD_CONST 13041 5 DEREF LOAD_DEREF 16 6 DEREF STORE_DEREF 1 7 FAST LOAD_FAST 17738 8 FAST STORE_FAST 5232 9 GLOBAL LOAD_GLOBAL 6942 10 GLOBAL STORE_GLOBAL 4 11 LOCALS LOAD_LOCALS 471 12 MAP STORE_MAP 326 13 NAME STORE_NAME 5246 14 NAME LOAD_NAME 3391 15 SUBSCR STORE_SUBSCR 130 Imports: # A tibble: 2 x 2 op_name n 1 IMPORT_FROM 809 2 IMPORT_NAME 534 Large op_arg (jump targets): path code_name op_name op_arg 1 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 2 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 3 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 4 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 5 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 6 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 7 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 8 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch POP_JUMP_IF_FALSE 4357 9 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch POP_JUMP_IF_FALSE 4357 10 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc _Dispatch JUMP_ABSOLUTE 4357 ===== UNIQUE OPS Files with few ops: # A tibble: 20 x 2 # Groups: path [20] path n 1 /home/andy/git/oilshell/oil/asdl/__init__.pyc 2 2 /home/andy/git/oilshell/oil/bin/__init__.pyc 2 3 /home/andy/git/oilshell/oil/core/__init__.pyc 2 4 /home/andy/git/oilshell/oil/_devbuild/gen/__init__.pyc 2 5 /home/andy/git/oilshell/oil/_devbuild/__init__.pyc 2 6 /home/andy/git/oilshell/oil/frontend/__init__.pyc 2 7 /home/andy/git/oilshell/oil/oil_lang/__init__.pyc 2 8 /home/andy/git/oilshell/oil/osh/__init__.pyc 2 9 /home/andy/git/oilshell/oil/pylib/__init__.pyc 2 10 /home/andy/git/oilshell/oil/tools/__init__.pyc 2 11 /home/andy/git/oilshell/oil/_devbuild/gen/grammar_nt.pyc 3 12 /home/andy/git/oilshell/oil/pgen2/__init__.pyc 3 13 /home/andy/git/oilshell/oil/_devbuild/gen/osh_help.pyc 5 14 /home/andy/git/oilshell/oil/vendor/typing.pyc 6 15 /home/andy/git/oilshell/oil/asdl/const.pyc 7 16 /home/andy/git/oilshell/oil/Python-2.7.13/Lib/stat.pyc 10 17 /home/andy/git/oilshell/oil/oil_lang/cmd_exec.pyc 11 18 /home/andy/git/oilshell/oil/pylib/cgi.pyc 11 19 /home/andy/git/oilshell/oil/_devbuild/gen/types_asdl.pyc 13 20 /home/andy/git/oilshell/oil/_devbuild/gen/id_kind_asdl.pyc 14 Files with many ops: # A tibble: 10 x 2 # Groups: path [10] path n 1 /home/andy/git/oilshell/oil/osh/cmd_exec.pyc 46 2 /home/andy/git/oilshell/oil/osh/expr_eval.pyc 47 3 /home/andy/git/oilshell/oil/bin/oil.pyc 48 4 /home/andy/git/oilshell/oil/osh/state.pyc 48 5 /home/andy/git/oilshell/oil/osh/string_ops.pyc 49 6 /home/andy/git/oilshell/oil/core/process.pyc 50 7 /home/andy/git/oilshell/oil/osh/word_eval.pyc 50 8 /home/andy/git/oilshell/oil/core/comp_ui.pyc 51 9 /home/andy/git/oilshell/oil/osh/builtin.pyc 53 10 /home/andy/git/oilshell/oil/core/completion.pyc 56 Unique ops for files that just parse: # A tibble: 10 x 2 # Groups: path [10] path n 1 /home/andy/git/oilshell/oil/osh/arith_parse.pyc 22 2 /home/andy/git/oilshell/oil/frontend/lex.pyc 23 3 /home/andy/git/oilshell/oil/osh/bool_parse.pyc 30 4 /home/andy/git/oilshell/oil/frontend/reader.pyc 33 5 /home/andy/git/oilshell/oil/frontend/lexer.pyc 34 6 /home/andy/git/oilshell/oil/pgen2/parse.pyc 34 7 /home/andy/git/oilshell/oil/frontend/parse_lib.pyc 35 8 /home/andy/git/oilshell/oil/osh/word_parse.pyc 38 9 /home/andy/git/oilshell/oil/oil_lang/expr_parse.pyc 39 10 /home/andy/git/oilshell/oil/osh/cmd_parse.pyc 45 -- Unique opcodes for parsing: 54