Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
  2. Jun 05, 2019
  3. Jun 04, 2019
  4. Jun 03, 2019
  5. Jun 02, 2019
  6. May 31, 2019
  7. May 30, 2019
  8. May 29, 2019
    • Damien George's avatar
      py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode. · a4f1d827
      Damien George authored
      mpy-cross uses MICROPY_DYNAMIC_COMPILER and MICROPY_EMIT_NATIVE but does
      not actually need to execute native functions, and does not need
      mp_fun_table.  This commit makes it so mp_fun_table and all its entries are
      not built when MICROPY_DYNAMIC_COMPILER is enabled, significantly reducing
      the size of the mpy-cross executable and allowing it to be built on more
      machines/OS's.
      a4f1d827
Loading