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.
This commit is contained in:
Damien George
2014-04-09 12:27:39 +01:00
parent fc18c8e834
commit 78035b995f
7 changed files with 25 additions and 40 deletions

View File

@@ -1,3 +1,4 @@
// These must fit in 8 bits; see scope.h
enum {
MP_EMIT_OPT_NONE,
MP_EMIT_OPT_BYTE_CODE,