File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 55
55
#define MICROPY_EMIT_INLINE_THUMB_FLOAT (0)
56
56
#define MICROPY_EMIT_INLINE_THUMB_ARMV7M (0)
57
57
58
+ // Optimisations
59
+ #define MICROPY_OPT_COMPUTED_GOTO (1)
60
+
58
61
// Features currently overriden for rp2, planned to be brought in line with
59
62
// other ports
60
- #define MICROPY_COMP_MODULE_CONST (0)
61
- #define MICROPY_COMP_RETURN_IF_EXPR (0)
62
- #define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (0)
63
- #define MICROPY_OPT_COMPUTED_GOTO (0)
64
- #define MICROPY_OPT_LOAD_ATTR_FAST_PATH (0)
65
- #define MICROPY_OPT_MAP_LOOKUP_CACHE (0)
66
- #define MICROPY_OPT_MATH_FACTORIAL (0)
67
- #define MICROPY_OPT_MPZ_BITWISE (0)
68
63
#define MICROPY_PY_BUILTINS_EXECFILE (0)
69
64
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
70
65
#define MICROPY_REPL_EMACS_KEYS (0)
You can’t perform that action at this time.
0 commit comments