summaryrefslogtreecommitdiffstatshomepage
path: root/py/objexcept.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-25 22:06:06 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-25 22:06:06 +0100
commit5042bce8fb268849ba1afcbeb946b840318c4e49 (patch)
tree590b0225d9b29e7f1a7de71942ef30c5b79745d0 /py/objexcept.c
parent3aaabd11a044701991ca929f873983a679841199 (diff)
downloadmicropython-5042bce8fb268849ba1afcbeb946b840318c4e49.tar.gz
micropython-5042bce8fb268849ba1afcbeb946b840318c4e49.zip
py: Don't automatically intern strings in parser.
This completes non-automatic interning of strings in the parser, so that doc strings don't take up RAM. It complicates the parser and compiler, and bloats stmhal by about 300 bytes. It's complicated because now there are 2 kinds of parse-nodes that can be strings: interned leaves and non-interned structs.
Diffstat (limited to 'py/objexcept.c')
0 files changed, 0 insertions, 0 deletions