From 68e272eb5587030ca58e838a4eb0a93e20cccc35 Mon Sep 17 00:00:00 2001 From: "Paul m. p. P" Date: Mon, 8 Jul 2019 16:37:50 +0200 Subject: [PATCH] 0 ! --- ports/javascript/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/javascript/mpconfigport.h b/ports/javascript/mpconfigport.h index 1e25f6ba9..32bf60bcf 100644 --- a/ports/javascript/mpconfigport.h +++ b/ports/javascript/mpconfigport.h @@ -44,7 +44,7 @@ #define MICROPY_MODULE_GETATTR (1) #define MICROPY_MODULE_SPECIAL_METHODS (1) -#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1) +#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0) #define MICROPY_LONGINT_IMPL_MPZ (2) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MPZ_DIG_SIZE (16)