diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-29 20:30:52 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-29 20:30:52 +0000 |
commit | d0691ccaec37b367892a3cc924ee5eed24288b38 (patch) | |
tree | 3804facffaac43f454bf4c0d23b066886c88a46c /py/malloc.c | |
parent | 01fa4a91643702eb62645346991a41e52c1c8414 (diff) | |
download | micropython-d0691ccaec37b367892a3cc924ee5eed24288b38.tar.gz micropython-d0691ccaec37b367892a3cc924ee5eed24288b38.zip |
py: Simplify fastn in VM; reduce size of unique code struct.
We still have FAST_[0,1,2] byte codes, but they now just access the
fastn array (before they had special local variables). It's now
simpler, a bit faster, and uses a bit less stack space (on STM at least,
which is most important).
The only reason now to keep FAST_[0,1,2] byte codes is for compressed
byte code size.
Diffstat (limited to 'py/malloc.c')
0 files changed, 0 insertions, 0 deletions