Replies: 1 comment 1 reply
-
|
You mean something like #18596? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, the
mp_fun_tableinnativeglue.cis gated byMICROPY_EMIT_NATIVE. However, it appears other things are also gated on this, likeNEED_METHOD_TABLEin compile.c, as well as e.g.,py/emit*.c.Is it possible to reduce the flash overhead of only enabling loading natmods from mpy files, without other things like the
@micropython.nativedecorator? If there's not an existing configuration option for this, any guidance on which parts ofEMIT_NATIVEare actually needed for this, so I can hack on it?Beta Was this translation helpful? Give feedback.
All reactions