-
- Downloads
Improve configurability for native x64/thumb emitter.
With MICROPY_EMIT_X64 and MICROPY_EMIT_THUMB disabled, the respective emitters and assemblers will not be included in the code. This can significantly reduce binary size for unix version.
Showing
- py/asmthumb.c 5 additions, 0 deletionspy/asmthumb.c
- py/asmx64.c 6 additions, 0 deletionspy/asmx64.c
- py/compile.c 6 additions, 1 deletionpy/compile.c
- py/emitcpy.c 1 addition, 0 deletionspy/emitcpy.c
- py/emitnative.c 2 additions, 2 deletionspy/emitnative.c
- unix/Makefile 2 additions, 2 deletionsunix/Makefile
Loading
Please register or sign in to comment