File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 82
82
#ifndef MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE
83
83
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1)
84
84
#endif
85
+ #ifndef MICROPY_OPT_LOAD_ATTR_FAST_PATH
86
+ #define MICROPY_OPT_LOAD_ATTR_FAST_PATH (1)
87
+ #endif
88
+ #ifndef MICROPY_OPT_MAP_LOOKUP_CACHE
89
+ #define MICROPY_OPT_MAP_LOOKUP_CACHE (1)
90
+ #endif
85
91
#define MICROPY_MODULE_WEAK_LINKS (1)
86
92
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
87
93
#define MICROPY_VFS_POSIX_FILE (1)
Original file line number Diff line number Diff line change 56
56
#define MICROPY_STREAMS_NON_BLOCK (0)
57
57
#define MICROPY_OPT_COMPUTED_GOTO (0)
58
58
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
59
+ #define MICROPY_OPT_LOAD_ATTR_FAST_PATH (0)
60
+ #define MICROPY_OPT_MAP_LOOKUP_CACHE (0)
59
61
#define MICROPY_CAN_OVERRIDE_BUILTINS (0)
60
62
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0)
61
63
#define MICROPY_CPYTHON_COMPAT (0)
You can’t perform that action at this time.
0 commit comments