compile_array_   3048 compile.c          return compile_array_(iseq, ret, node_root, type, NULL, 0);
compile_array_   3730 compile.c      		argc = INT2FIX(compile_array_(iseq, args, argn, COMPILE_ARRAY_TYPE_ARGS, keywords, FALSE));
compile_array_   5293 compile.c      	compile_array_(iseq, ret, node, COMPILE_ARRAY_TYPE_ARRAY, NULL, poped);