commit | 8b9b41bc68f9ae38bfa0728e53842b437596219d | [log] [tgz] |
---|---|---|
author | Claudio Takahasi <ckt@cesar.org.br> | Thu Mar 16 09:03:00 2017 -0300 |
committer | Claudio Takahasi <ckt@cesar.org.br> | Thu Mar 16 09:15:47 2017 -0300 |
tree | e11e4da431ffcd8eda360d44cb1f6a024ce749ae | |
parent | 662ccd44ff64346e7b3967290dd70ffc06be6abd [diff] |
Convert static local variable to local Minor global memory optimization. Using Light example, the current Global variables use is 1,188 bytes (58%) of dynamic memory, leaving 860 bytes for local variables. After this commit: 1,184 bytes, leaving 864 bytes for local variables.