Construct CallCompiledInstanceMethodPosArgsConstant1_27

Performance Diagrams

Construct CallCompiledInstanceMethodPosArgsConstant1_27 00100000001000000020000000200000003000000030000000400000004000000050000000500000006000000060000000700000007000000080000000800000009000000090000000100000000100000000110000000110000000120000000120000000CPython 2.7Nuitka (main)Nuitka (develop)Nuitka (factory)12825891188.11538461538461257.0CPython 2.739355716240.03846153846155428.2890516118723Nuitka (main)39355716391.96153846153845428.2890516118723Nuitka (develop)39355716543.8846153846154428.2890516118723Nuitka (factory)Construct CallCompiledInstanceMethodPosArgsConstant1_27Ticks

Source Code with Construct

    inst.compiled_method("some")
    inst.compiled_method("some")
    inst.compiled_method("some")

    # construct_alternative




for x in itertools.repeat(None, 50000):
    calledRepeatedly()

print("OK.")

#     Python test originally created or extracted from other peoples work. The
#     parts from me are licensed as below. It is at least Free Software where
#     it's copied from other people. In these cases, that will normally be
#     indicated.
#
#     Licensed under the Apache License, Version 2.0 (the "License");
#     you may not use this file except in compliance with the License.
#     You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#     Unless required by applicable law or agreed to in writing, software
#     distributed under the License is distributed on an "AS IS" BASIS,
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#     See the License for the specific language governing permissions and
#     limitations under the License.

Source Code without Construct

    # construct_alternative
    pass
    # construct_end


for x in itertools.repeat(None, 50000):
    calledRepeatedly()

print("OK.")

#     Python test originally created or extracted from other peoples work. The
#     parts from me are licensed as below. It is at least Free Software where
#     it's copied from other people. In these cases, that will normally be
#     indicated.
#
#     Licensed under the Apache License, Version 2.0 (the "License");
#     you may not use this file except in compliance with the License.
#     You may obtain a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
#     Unless required by applicable law or agreed to in writing, software
#     distributed under the License is distributed on an "AS IS" BASIS,
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#     See the License for the specific language governing permissions and
#     limitations under the License.

Context Diff of Source Code


Construct
Baseline
15     inst = C() 15     inst = C()
16 16
17     # This is supposed to make a call to a compiled method, which is 17     # This is supposed to make a call to a compiled method, which is
18     # being optimized separately. 18     # being optimized separately.
19     # construct_begin 19     # construct_begin
n 20     inst.compiled_method("some") n 20  
21     inst.compiled_method("some") 21  
22     inst.compiled_method("some") 22  
23 23
24     # construct_alternative 24     # construct_alternative
t 25   t 25     pass
26   26     # construct_end
27 27
28 28
29 for x in itertools.repeat(None, 50000): 29 for x in itertools.repeat(None, 50000):
30     calledRepeatedly() 30     calledRepeatedly()
31 31

Context Diff of Generated Code


Construct
Baseline
31 31
32 PyObject *module___main__; 32 PyObject *module___main__;
33 PyDictObject *moduledict___main__; 33 PyDictObject *moduledict___main__;
34 34
35 /* The declarations of module constants used, if any. */ 35 /* The declarations of module constants used, if any. */
n 36 static PyObject *mod_consts[21]; n 36 static PyObject *mod_consts[20];
37 #ifndef __NUITKA_NO_ASSERT__ 37 #ifndef __NUITKA_NO_ASSERT__
n 38 static Py_hash_t mod_consts_hash[21]; n 38 static Py_hash_t mod_consts_hash[20];
39 #endif 39 #endif
40 40
41 static PyObject *module_filename_obj = NULL; 41 static PyObject *module_filename_obj = NULL;
42 42
43 /* Indicator if this modules private constants were created yet. */ 43 /* Indicator if this modules private constants were created yet. */
48     if (constants_created == false) { 48     if (constants_created == false) {
49         loadConstantsBlob(tstate, &mod_consts[0], UNTRANSLATE("__main__")); 49         loadConstantsBlob(tstate, &mod_consts[0], UNTRANSLATE("__main__"));
50         constants_created = true; 50         constants_created = true;
51 51
52 #ifndef __NUITKA_NO_ASSERT__ 52 #ifndef __NUITKA_NO_ASSERT__
n 53         for (int i = 0; i < 21; i++) { n 53         for (int i = 0; i < 20; i++) {
54             mod_consts_hash[i] = DEEP_HASH(tstate, mod_consts[i]); 54             mod_consts_hash[i] = DEEP_HASH(tstate, mod_consts[i]);
55         } 55         }
56 #endif 56 #endif
57     } 57     }
58 } 58 }
68 #ifndef __NUITKA_NO_ASSERT__ 68 #ifndef __NUITKA_NO_ASSERT__
69 void checkModuleConstants___main__(PyThreadState *tstate) { 69 void checkModuleConstants___main__(PyThreadState *tstate) {
70     // The module may not have been used at all, then ignore this. 70     // The module may not have been used at all, then ignore this.
71     if (constants_created == false) return; 71     if (constants_created == false) return;
72 72
n 73     for (int i = 0; i < 21; i++) { n 73     for (int i = 0; i < 20; i++) {
74         assert(mod_consts_hash[i] == DEEP_HASH(tstate, mod_consts[i])); 74         assert(mod_consts_hash[i] == DEEP_HASH(tstate, mod_consts[i]));
75         CHECK_OBJECT_DEEP(mod_consts[i]); 75         CHECK_OBJECT_DEEP(mod_consts[i]);
76     } 76     }
77 } 77 }
78 #endif 78 #endif
83 static PyCodeObject *codeobj_9a0eceb09e4052755c72af1e2058929a; 83 static PyCodeObject *codeobj_9a0eceb09e4052755c72af1e2058929a;
84 /* For use in "MainProgram.c". */ 84 /* For use in "MainProgram.c". */
85 PyCodeObject *codeobj_main = NULL; 85 PyCodeObject *codeobj_main = NULL;
86 86
87 static void createModuleCodeObjects(void) { 87 static void createModuleCodeObjects(void) {
n 88     module_filename_obj = mod_consts[4]; CHECK_OBJECT(module_filename_obj); n 88     module_filename_obj = mod_consts[2]; CHECK_OBJECT(module_filename_obj);
89     codeobj_97d6cafe6aec02b9f85197ffd492c5d8 = MAKE_CODE_OBJECT(module_filename_obj, 1, CO_NOFREE | CO_FUTURE_PRINT_FUNCTION, mod_consts[17], mod_consts[17], NULL, NULL, 0, 0, 0); 89     codeobj_97d6cafe6aec02b9f85197ffd492c5d8 = MAKE_CODE_OBJECT(module_filename_obj, 1, CO_NOFREE | CO_FUTURE_PRINT_FUNCTION, mod_consts[16], mod_consts[16], NULL, NULL, 0, 0, 0);
90     codeobj_main = codeobj_97d6cafe6aec02b9f85197ffd492c5d8; 90     codeobj_main = codeobj_97d6cafe6aec02b9f85197ffd492c5d8;
n 91     codeobj_997c18c501e58b6d82220a89dc3ef598 = MAKE_CODE_OBJECT(module_filename_obj, 14, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_PRINT_FUNCTION, mod_consts[11], mod_consts[11], mod_consts[18], NULL, 0, 0, 0); n 91     codeobj_997c18c501e58b6d82220a89dc3ef598 = MAKE_CODE_OBJECT(module_filename_obj, 14, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_PRINT_FUNCTION, mod_consts[10], mod_consts[10], mod_consts[17], NULL, 0, 0, 0);
92     codeobj_9a0eceb09e4052755c72af1e2058929a = MAKE_CODE_OBJECT(module_filename_obj, 10, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_PRINT_FUNCTION, mod_consts[1], mod_consts[19], mod_consts[20], NULL, 2, 0, 0); 92     codeobj_9a0eceb09e4052755c72af1e2058929a = MAKE_CODE_OBJECT(module_filename_obj, 10, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_PRINT_FUNCTION, mod_consts[6], mod_consts[18], mod_consts[19], NULL, 2, 0, 0);
93 } 93 }
94 94
95 // The module function declarations. 95 // The module function declarations.
96 static PyObject *MAKE_FUNCTION___main__$$$function__1_compiled_method(); 96 static PyObject *MAKE_FUNCTION___main__$$$function__1_compiled_method();
97 97
148     NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; 148     NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
149     PyObject *exception_type = NULL; 149     PyObject *exception_type = NULL;
150     PyObject *exception_value = NULL; 150     PyObject *exception_value = NULL;
151     PyTracebackObject *exception_tb = NULL; 151     PyTracebackObject *exception_tb = NULL;
152     NUITKA_MAY_BE_UNUSED int exception_lineno = 0; 152     NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
n 153     NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused; n
154     static struct Nuitka_FrameObject *cache_frame_997c18c501e58b6d82220a89dc3ef598 = NULL; 153     static struct Nuitka_FrameObject *cache_frame_997c18c501e58b6d82220a89dc3ef598 = NULL;
155     PyObject *tmp_return_value = NULL; 154     PyObject *tmp_return_value = NULL;
156     PyObject *exception_keeper_type_1; 155     PyObject *exception_keeper_type_1;
157     PyObject *exception_keeper_value_1; 156     PyObject *exception_keeper_value_1;
158     PyTracebackObject *exception_keeper_tb_1; 157     PyTracebackObject *exception_keeper_tb_1;
218             type_description_1 = "o"; 217             type_description_1 = "o";
219             goto frame_exception_exit_1; 218             goto frame_exception_exit_1;
220         } 219         }
221         assert(var_inst == NULL); 220         assert(var_inst == NULL);
222         var_inst = tmp_assign_source_1; 221         var_inst = tmp_assign_source_1;
n 223     } n
224     {
225         PyObject *tmp_called_instance_1;
226         PyObject *tmp_call_result_1;
227         CHECK_OBJECT(var_inst);
228         tmp_called_instance_1 = var_inst;
229         frame_997c18c501e58b6d82220a89dc3ef598->m_frame.f_lineno = 20;
230         tmp_call_result_1 = CALL_METHOD_WITH_SINGLE_ARG(
231             tstate,
232             tmp_called_instance_1,
233             mod_consts[1],
234             PyTuple_GET_ITEM(mod_consts[2], 0)
235         );
236  
237         if (tmp_call_result_1 == NULL) {
238             assert(HAS_ERROR_OCCURRED(tstate));
239  
240             FETCH_ERROR_OCCURRED(tstate, &exception_type, &exception_value, &exception_tb);
241  
242  
243             exception_lineno = 20;
244             type_description_1 = "o";
245             goto frame_exception_exit_1;
246         }
247         Py_DECREF(tmp_call_result_1);
248     }
249     {
250         PyObject *tmp_called_instance_2;
251         PyObject *tmp_call_result_2;
252         CHECK_OBJECT(var_inst);
253         tmp_called_instance_2 = var_inst;
254         frame_997c18c501e58b6d82220a89dc3ef598->m_frame.f_lineno = 21;
255         tmp_call_result_2 = CALL_METHOD_WITH_SINGLE_ARG(
256             tstate,
257             tmp_called_instance_2,
258             mod_consts[1],
259             PyTuple_GET_ITEM(mod_consts[2], 0)
260         );
261  
262         if (tmp_call_result_2 == NULL) {
263             assert(HAS_ERROR_OCCURRED(tstate));
264  
265             FETCH_ERROR_OCCURRED(tstate, &exception_type, &exception_value, &exception_tb);
266  
267  
268             exception_lineno = 21;
269             type_description_1 = "o";
270             goto frame_exception_exit_1;
271         }
272         Py_DECREF(tmp_call_result_2);
273     }
274     {
275         PyObject *tmp_called_instance_3;
276         PyObject *tmp_call_result_3;
277         CHECK_OBJECT(var_inst);
278         tmp_called_instance_3 = var_inst;
279         frame_997c18c501e58b6d82220a89dc3ef598->m_frame.f_lineno = 22;
280         tmp_call_result_3 = CALL_METHOD_WITH_SINGLE_ARG(
281             tstate,
282             tmp_called_instance_3,
283             mod_consts[1],
284             PyTuple_GET_ITEM(mod_consts[2], 0)
285         );
286  
287         if (tmp_call_result_3 == NULL) {
288             assert(HAS_ERROR_OCCURRED(tstate));
289  
290             FETCH_ERROR_OCCURRED(tstate, &exception_type, &exception_value, &exception_tb);
291  
292  
293             exception_lineno = 22;
294             type_description_1 = "o";
295             goto frame_exception_exit_1;
296         }
297         Py_DECREF(tmp_call_result_3);
298     } 222     }
299 223
300 224
301     // Put the previous frame back on top. 225     // Put the previous frame back on top.
302     popFrameStack(tstate); 226     popFrameStack(tstate);
357     exception_type = NULL; 281     exception_type = NULL;
358     exception_value = NULL; 282     exception_value = NULL;
359     exception_tb = NULL; 283     exception_tb = NULL;
360     exception_lineno = 0; 284     exception_lineno = 0;
361 285
n 362     Py_XDECREF(var_inst); n
363     var_inst = NULL;
364     // Re-raise. 286     // Re-raise.
365     exception_type = exception_keeper_type_1; 287     exception_type = exception_keeper_type_1;
366     exception_value = exception_keeper_value_1; 288     exception_value = exception_keeper_value_1;
367     exception_tb = exception_keeper_tb_1; 289     exception_tb = exception_keeper_tb_1;
368     exception_lineno = exception_keeper_lineno_1; 290     exception_lineno = exception_keeper_lineno_1;
394 316
395 317
396 static PyObject *MAKE_FUNCTION___main__$$$function__1_compiled_method() { 318 static PyObject *MAKE_FUNCTION___main__$$$function__1_compiled_method() {
397     struct Nuitka_FunctionObject *result = Nuitka_Function_New( 319     struct Nuitka_FunctionObject *result = Nuitka_Function_New(
398         impl___main__$$$function__1_compiled_method, 320         impl___main__$$$function__1_compiled_method,
n 399         mod_consts[1], n 321         mod_consts[6],
400 #if PYTHON_VERSION >= 0x300 322 #if PYTHON_VERSION >= 0x300
401         NULL, 323         NULL,
402 #endif 324 #endif
403         codeobj_9a0eceb09e4052755c72af1e2058929a, 325         codeobj_9a0eceb09e4052755c72af1e2058929a,
404         NULL, 326         NULL,
419 341
420 342
421 static PyObject *MAKE_FUNCTION___main__$$$function__2_calledRepeatedly() { 343 static PyObject *MAKE_FUNCTION___main__$$$function__2_calledRepeatedly() {
422     struct Nuitka_FunctionObject *result = Nuitka_Function_New( 344     struct Nuitka_FunctionObject *result = Nuitka_Function_New(
423         impl___main__$$$function__2_calledRepeatedly, 345         impl___main__$$$function__2_calledRepeatedly,
n 424         mod_consts[11], n 346         mod_consts[10],
425 #if PYTHON_VERSION >= 0x300 347 #if PYTHON_VERSION >= 0x300
426         NULL, 348         NULL,
427 #endif 349 #endif
428         codeobj_997c18c501e58b6d82220a89dc3ef598, 350         codeobj_997c18c501e58b6d82220a89dc3ef598,
429         NULL, 351         NULL,
813 735
814     // Module code. 736     // Module code.
815     { 737     {
816         PyObject *tmp_assign_source_1; 738         PyObject *tmp_assign_source_1;
817         tmp_assign_source_1 = Py_None; 739         tmp_assign_source_1 = Py_None;
n 818         UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[3], tmp_assign_source_1); n 740         UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[1], tmp_assign_source_1);
819     } 741     }
820     { 742     {
821         PyObject *tmp_assign_source_2; 743         PyObject *tmp_assign_source_2;
n 822         tmp_assign_source_2 = mod_consts[4]; n 744         tmp_assign_source_2 = mod_consts[2];
823         UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[5], tmp_assign_source_2); 745         UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[3], tmp_assign_source_2);
824     } 746     }
825     { 747     {
826         PyObject *tmp_assign_source_3; 748         PyObject *tmp_assign_source_3;
827         { 749         {
828             PyObject *hard_module = IMPORT_HARD___FUTURE__(); 750             PyObject *hard_module = IMPORT_HARD___FUTURE__();
n 829             tmp_assign_source_3 = LOOKUP_ATTRIBUTE(tstate, hard_module, mod_consts[6]); n 751             tmp_assign_source_3 = LOOKUP_ATTRIBUTE(tstate, hard_module, mod_consts[4]);
830         } 752         }
831         assert(!(tmp_assign_source_3 == NULL)); 753         assert(!(tmp_assign_source_3 == NULL));
n 832         UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[6], tmp_assign_source_3); n 754         UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[4], tmp_assign_source_3);
833     } 755     }
834     frame_97d6cafe6aec02b9f85197ffd492c5d8 = MAKE_MODULE_FRAME(codeobj_97d6cafe6aec02b9f85197ffd492c5d8, module___main__); 756     frame_97d6cafe6aec02b9f85197ffd492c5d8 = MAKE_MODULE_FRAME(codeobj_97d6cafe6aec02b9f85197ffd492c5d8, module___main__);
835 757
836     // Push the new frame as the currently active one, and we should be exclusively 758     // Push the new frame as the currently active one, and we should be exclusively
837     // owning it. 759     // owning it.
843         PyObject *tmp_assign_source_4; 765         PyObject *tmp_assign_source_4;
844         PyObject *tmp_name_value_1; 766         PyObject *tmp_name_value_1;
845         PyObject *tmp_globals_arg_value_1; 767         PyObject *tmp_globals_arg_value_1;
846         PyObject *tmp_locals_arg_value_1; 768         PyObject *tmp_locals_arg_value_1;
847         PyObject *tmp_fromlist_value_1; 769         PyObject *tmp_fromlist_value_1;
n 848         tmp_name_value_1 = mod_consts[7]; n 770         tmp_name_value_1 = mod_consts[5];
849         tmp_globals_arg_value_1 = (PyObject *)moduledict___main__; 771         tmp_globals_arg_value_1 = (PyObject *)moduledict___main__;
850         tmp_locals_arg_value_1 = Py_None; 772         tmp_locals_arg_value_1 = Py_None;
851         tmp_fromlist_value_1 = Py_None; 773         tmp_fromlist_value_1 = Py_None;
852         frame_97d6cafe6aec02b9f85197ffd492c5d8->m_frame.f_lineno = 6; 774         frame_97d6cafe6aec02b9f85197ffd492c5d8->m_frame.f_lineno = 6;
853         tmp_assign_source_4 = IMPORT_MODULE4(tstate, tmp_name_value_1, tmp_globals_arg_value_1, tmp_locals_arg_value_1, tmp_fromlist_value_1); 775         tmp_assign_source_4 = IMPORT_MODULE4(tstate, tmp_name_value_1, tmp_globals_arg_value_1, tmp_locals_arg_value_1, tmp_fromlist_value_1);
859 781
860             exception_lineno = 6; 782             exception_lineno = 6;
861 783
862             goto frame_exception_exit_1; 784             goto frame_exception_exit_1;
863         } 785         }
n 864         UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[7], tmp_assign_source_4); n 786         UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[5], tmp_assign_source_4);
865     } 787     }
866     { 788     {
867         PyObject *tmp_assign_source_5; 789         PyObject *tmp_assign_source_5;
868         { 790         {
869             PyObject *tmp_assign_source_6; 791             PyObject *tmp_assign_source_6;
876         } 798         }
877         // Tried code: 799         // Tried code:
878         { 800         {
879             PyObject *tmp_dict_key_1; 801             PyObject *tmp_dict_key_1;
880             PyObject *tmp_dict_value_1; 802             PyObject *tmp_dict_value_1;
n 881             tmp_dict_value_1 = mod_consts[8]; n 803             tmp_dict_value_1 = mod_consts[7];
882             tmp_dict_key_1 = mod_consts[9]; 804             tmp_dict_key_1 = mod_consts[8];
883             tmp_assign_source_5 = _PyDict_NewPresized( 2 ); 805             tmp_assign_source_5 = _PyDict_NewPresized( 2 );
884             tmp_res = PyDict_SetItem(tmp_assign_source_5, tmp_dict_key_1, tmp_dict_value_1); 806             tmp_res = PyDict_SetItem(tmp_assign_source_5, tmp_dict_key_1, tmp_dict_value_1);
885             assert(!(tmp_res != 0)); 807             assert(!(tmp_res != 0));
886             CHECK_OBJECT(tmp_locals___main__$$$class__1_C_9_key_compiled_method); 808             CHECK_OBJECT(tmp_locals___main__$$$class__1_C_9_key_compiled_method);
887             tmp_dict_value_1 = tmp_locals___main__$$$class__1_C_9_key_compiled_method; 809             tmp_dict_value_1 = tmp_locals___main__$$$class__1_C_9_key_compiled_method;
n 888             tmp_dict_key_1 = mod_consts[1]; n 810             tmp_dict_key_1 = mod_consts[6];
889             tmp_res = PyDict_SetItem(tmp_assign_source_5, tmp_dict_key_1, tmp_dict_value_1); 811             tmp_res = PyDict_SetItem(tmp_assign_source_5, tmp_dict_key_1, tmp_dict_value_1);
890             assert(!(tmp_res != 0)); 812             assert(!(tmp_res != 0));
891             goto try_return_handler_1; 813             goto try_return_handler_1;
892         } 814         }
893         NUITKA_CANNOT_GET_HERE("tried codes exits in all cases"); 815         NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
910         bool tmp_condition_result_1; 832         bool tmp_condition_result_1;
911         PyObject *tmp_key_value_1; 833         PyObject *tmp_key_value_1;
912         PyObject *tmp_dict_arg_value_1; 834         PyObject *tmp_dict_arg_value_1;
913         PyObject *tmp_dict_arg_value_2; 835         PyObject *tmp_dict_arg_value_2;
914         PyObject *tmp_key_value_2; 836         PyObject *tmp_key_value_2;
n 915         tmp_key_value_1 = mod_consts[10]; n 837         tmp_key_value_1 = mod_consts[9];
916         CHECK_OBJECT(tmp_class_creation_1__class_dict); 838         CHECK_OBJECT(tmp_class_creation_1__class_dict);
917         tmp_dict_arg_value_1 = tmp_class_creation_1__class_dict; 839         tmp_dict_arg_value_1 = tmp_class_creation_1__class_dict;
918         tmp_res = DICT_HAS_ITEM(tstate, tmp_dict_arg_value_1, tmp_key_value_1); 840         tmp_res = DICT_HAS_ITEM(tstate, tmp_dict_arg_value_1, tmp_key_value_1);
919         assert(!(tmp_res == -1)); 841         assert(!(tmp_res == -1));
920         tmp_condition_result_1 = (tmp_res != 0) ? true : false; 842         tmp_condition_result_1 = (tmp_res != 0) ? true : false;
924             goto condexpr_false_1; 846             goto condexpr_false_1;
925         } 847         }
926         condexpr_true_1:; 848         condexpr_true_1:;
927         CHECK_OBJECT(tmp_class_creation_1__class_dict); 849         CHECK_OBJECT(tmp_class_creation_1__class_dict);
928         tmp_dict_arg_value_2 = tmp_class_creation_1__class_dict; 850         tmp_dict_arg_value_2 = tmp_class_creation_1__class_dict;
n 929         tmp_key_value_2 = mod_consts[10]; n 851         tmp_key_value_2 = mod_consts[9];
930         tmp_assign_source_7 = DICT_GET_ITEM1(tstate, tmp_dict_arg_value_2, tmp_key_value_2); 852         tmp_assign_source_7 = DICT_GET_ITEM1(tstate, tmp_dict_arg_value_2, tmp_key_value_2);
931         if (tmp_assign_source_7 == NULL) { 853         if (tmp_assign_source_7 == NULL) {
932             tmp_assign_source_7 = Py_None; 854             tmp_assign_source_7 = Py_None;
933             Py_INCREF_IMMORTAL(tmp_assign_source_7); 855             Py_INCREF_IMMORTAL(tmp_assign_source_7);
934         } 856         }
935         assert(!(tmp_assign_source_7 == NULL)); 857         assert(!(tmp_assign_source_7 == NULL));
936         goto condexpr_end_1; 858         goto condexpr_end_1;
937         condexpr_false_1:; 859         condexpr_false_1:;
938         // Tried code: 860         // Tried code:
n 939         tmp_assign_source_7 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[10]); n 861         tmp_assign_source_7 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[9]);
940 862
941         if (unlikely(tmp_assign_source_7 == NULL)) { 863         if (unlikely(tmp_assign_source_7 == NULL)) {
n 942             tmp_assign_source_7 = GET_MODULE_VARIABLE_VALUE_FALLBACK(tstate, mod_consts[10]); n 864             tmp_assign_source_7 = GET_MODULE_VARIABLE_VALUE_FALLBACK(tstate, mod_consts[9]);
943         } 865         }
944 866
945         if (tmp_assign_source_7 == NULL) { 867         if (tmp_assign_source_7 == NULL) {
946             assert(HAS_ERROR_OCCURRED(tstate)); 868             assert(HAS_ERROR_OCCURRED(tstate));
947 869
1059         PyObject *tmp_assign_source_10; 981         PyObject *tmp_assign_source_10;
1060 982
1061 983
1062         tmp_assign_source_10 = MAKE_FUNCTION___main__$$$function__2_calledRepeatedly(); 984         tmp_assign_source_10 = MAKE_FUNCTION___main__$$$function__2_calledRepeatedly();
1063 985
n 1064         UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[11], tmp_assign_source_10); n 986         UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[10], tmp_assign_source_10);
1065     } 987     }
1066     { 988     {
1067         PyObject *tmp_assign_source_11; 989         PyObject *tmp_assign_source_11;
1068         PyObject *tmp_iter_arg_1; 990         PyObject *tmp_iter_arg_1;
1069         PyObject *tmp_called_instance_1; 991         PyObject *tmp_called_instance_1;
n 1070         tmp_called_instance_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[7]); n 992         tmp_called_instance_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[5]);
1071 993
1072         if (unlikely(tmp_called_instance_1 == NULL)) { 994         if (unlikely(tmp_called_instance_1 == NULL)) {
n 1073             tmp_called_instance_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(tstate, mod_consts[7]); n 995             tmp_called_instance_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(tstate, mod_consts[5]);
1074         } 996         }
1075 997
1076         if (tmp_called_instance_1 == NULL) { 998         if (tmp_called_instance_1 == NULL) {
1077             assert(HAS_ERROR_OCCURRED(tstate)); 999             assert(HAS_ERROR_OCCURRED(tstate));
1078 1000
1085         } 1007         }
1086         frame_97d6cafe6aec02b9f85197ffd492c5d8->m_frame.f_lineno = 29; 1008         frame_97d6cafe6aec02b9f85197ffd492c5d8->m_frame.f_lineno = 29;
1087         tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2( 1009         tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2(
1088             tstate, 1010             tstate,
1089             tmp_called_instance_1, 1011             tmp_called_instance_1,
n 1090             mod_consts[12], n 1012             mod_consts[11],
1091             &PyTuple_GET_ITEM(mod_consts[13], 0) 1013             &PyTuple_GET_ITEM(mod_consts[12], 0)
1092         ); 1014         );
1093 1015
1094         if (tmp_iter_arg_1 == NULL) { 1016         if (tmp_iter_arg_1 == NULL) {
1095             assert(HAS_ERROR_OCCURRED(tstate)); 1017             assert(HAS_ERROR_OCCURRED(tstate));
1096 1018
1146     } 1068     }
1147     { 1069     {
1148         PyObject *tmp_assign_source_13; 1070         PyObject *tmp_assign_source_13;
1149         CHECK_OBJECT(tmp_for_loop_1__iter_value); 1071         CHECK_OBJECT(tmp_for_loop_1__iter_value);
1150         tmp_assign_source_13 = tmp_for_loop_1__iter_value; 1072         tmp_assign_source_13 = tmp_for_loop_1__iter_value;
n 1151         UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[14], tmp_assign_source_13); n 1073         UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[13], tmp_assign_source_13);
1152     } 1074     }
1153     { 1075     {
1154         PyObject *tmp_called_value_2; 1076         PyObject *tmp_called_value_2;
1155         PyObject *tmp_call_result_1; 1077         PyObject *tmp_call_result_1;
n 1156         tmp_called_value_2 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[11]); n 1078         tmp_called_value_2 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[10]);
1157 1079
1158         if (unlikely(tmp_called_value_2 == NULL)) { 1080         if (unlikely(tmp_called_value_2 == NULL)) {
n 1159             tmp_called_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(tstate, mod_consts[11]); n 1081             tmp_called_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(tstate, mod_consts[10]);
1160         } 1082         }
1161 1083
1162         if (tmp_called_value_2 == NULL) { 1084         if (tmp_called_value_2 == NULL) {
1163             assert(HAS_ERROR_OCCURRED(tstate)); 1085             assert(HAS_ERROR_OCCURRED(tstate));
1164 1086
1227     Py_DECREF(tmp_for_loop_1__for_iterator); 1149     Py_DECREF(tmp_for_loop_1__for_iterator);
1228     tmp_for_loop_1__for_iterator = NULL; 1150     tmp_for_loop_1__for_iterator = NULL;
1229     { 1151     {
1230         PyObject *tmp_called_value_3; 1152         PyObject *tmp_called_value_3;
1231         PyObject *tmp_call_result_2; 1153         PyObject *tmp_call_result_2;
n 1232         tmp_called_value_3 = LOOKUP_BUILTIN(mod_consts[15]); n 1154         tmp_called_value_3 = LOOKUP_BUILTIN(mod_consts[14]);
1233         assert(tmp_called_value_3 != NULL); 1155         assert(tmp_called_value_3 != NULL);
1234         frame_97d6cafe6aec02b9f85197ffd492c5d8->m_frame.f_lineno = 32; 1156         frame_97d6cafe6aec02b9f85197ffd492c5d8->m_frame.f_lineno = 32;
t 1235         tmp_call_result_2 = CALL_FUNCTION_WITH_POSARGS1(tstate, tmp_called_value_3, mod_consts[16]); t 1157         tmp_call_result_2 = CALL_FUNCTION_WITH_POSARGS1(tstate, tmp_called_value_3, mod_consts[15]);
1236 1158
1237         if (tmp_call_result_2 == NULL) { 1159         if (tmp_call_result_2 == NULL) {
1238             assert(HAS_ERROR_OCCURRED(tstate)); 1160             assert(HAS_ERROR_OCCURRED(tstate));
1239 1161
1240             FETCH_ERROR_OCCURRED(tstate, &exception_type, &exception_value, &exception_tb); 1162             FETCH_ERROR_OCCURRED(tstate, &exception_type, &exception_value, &exception_tb);