circuitpython/py
Damien George 0b9ee86133 py: Add mp_obj_new_str_from_vstr, and use it where relevant.
This patch allows to reuse vstr memory when creating str/bytes object.
This improves memory usage.

Also saves code ROM: 128 bytes on stmhal, 92 bytes on bare-arm, and 88
bytes on unix x64.
2015-01-21 23:17:27 +00:00
..
argcheck.c
asmarm.c
asmarm.h
asmthumb.c
asmthumb.h
asmx64.c
asmx64.h
asmx86.c
asmx86.h
bc.c
bc.h
bc0.h
binary.c py, unix: Allow to compile with -Wsign-compare. 2015-01-16 17:47:07 +00:00
binary.h
builtin.h
builtinevex.c
builtinimport.c
compile.c
compile.h
emit.h
emitbc.c
emitcommon.c
emitcpy.c py: Remove unnecessary id_flags argument from emitter's load_fast. 2015-01-16 12:24:49 +00:00
emitglue.c
emitglue.h
emitinlinethumb.c
emitnative.c
emitpass1.c
formatfloat.c
formatfloat.h
frozenmod.c
frozenmod.h
gc.c
gc.h
grammar.h
lexer.c
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py
malloc.c
map.c
misc.h py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
mkenv.mk
mkrules.mk
modarray.c
modbuiltins.c py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
modcmath.c
modcollections.c py: Move to guarded includes, everywhere in py/ core. 2015-01-01 20:32:09 +00:00
modgc.c
modio.c
modmath.c
modmicropython.c
modstruct.c
modsys.c
mpconfig.h py: Implement very simple frozen modules support. 2015-01-20 11:52:12 +02:00
mpstate.c
mpstate.h py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
mpz.c
mpz.h
nativeglue.c
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
obj.c
obj.h py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
objarray.c
objbool.c
objboundmeth.c
objcell.c
objclosure.c
objcomplex.c
objdict.c
objenumerate.c
objexcept.c py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
objexcept.h
objfilter.c
objfloat.c
objfun.c
objfun.h
objgenerator.c
objgenerator.h
objgetitemiter.c
objint.c
objint.h
objint_longlong.c
objint_mpz.c
objlist.c
objlist.h
objmap.c
objmodule.c py, unix: Allow to compile with -Wunused-parameter. 2015-01-20 12:47:20 +00:00
objmodule.h
objnamedtuple.c
objnone.c
objobject.c
objproperty.c
objrange.c
objreversed.c
objset.c
objslice.c
objstr.c py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
objstr.h
objstringio.c
objstrunicode.c py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
objtuple.c
objtuple.h
objtype.c
objtype.h py: Add option to cache map lookup results in bytecode. 2015-01-07 21:07:23 +00:00
objzip.c
opmethods.c
parse.c
parse.h
parsehelper.c
parsehelper.h
parsenum.c
parsenum.h py: Move to guarded includes, everywhere in py/ core. 2015-01-01 20:32:09 +00:00
parsenumbase.c
parsenumbase.h
pfenv.c
pfenv.h
pfenv_printf.c
py-version.sh
py.mk
qstr.c
qstr.h
qstrdefs.h
repl.c
repl.h
runtime.c
runtime.h
runtime0.h
scope.c
scope.h
sequence.c
showbc.c
smallint.c
smallint.h py: Move to guarded includes, everywhere in py/ core. 2015-01-01 20:32:09 +00:00
stackctrl.c
stackctrl.h
stream.c py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
stream.h
unicode.c
unicode.h
vm.c
vmentrytable.h
vstr.c py: Add mp_obj_new_str_from_vstr, and use it where relevant. 2015-01-21 23:17:27 +00:00
warning.c