Skip to content

Commit

Permalink
minimal: Tune parser chunk allocation policy for very small heap.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Oct 1, 2015
1 parent 58e0f4a commit 90b1cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimal/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#define MICROPY_QSTR_BYTES_IN_HASH (1)
#define MICROPY_ALLOC_PATH_MAX (256)
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
#define MICROPY_EMIT_X64 (0)
#define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0)
Expand Down

0 comments on commit 90b1cc5

Please sign in to comment.