-
- Downloads
py, compiler: Clean up and compress scope/compile structures.
Convert int types to uint where sensible, and then to uint8_t or uint16_t where possible to reduce RAM usage.
Showing
- py/compile.c 5 additions, 6 deletionspy/compile.c
- py/compile.h 1 addition, 0 deletionspy/compile.h
- py/emitbc.c 1 addition, 0 deletionspy/emitbc.c
- py/emitnative.c 1 addition, 1 deletionpy/emitnative.c
- py/runtime0.h 1 addition, 0 deletionspy/runtime0.h
- py/scope.c 3 additions, 14 deletionspy/scope.c
- py/scope.h 13 additions, 19 deletionspy/scope.h
Loading
Please register or sign in to comment