summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/modos.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-29 20:04:01 +0100
committerDamien George <damien.p.george@gmail.com>2014-08-29 20:04:01 +0100
commiteb4e18f0578db65573bf6db708f7f001dcb43715 (patch)
treeb7ac94fe2adf146a0d5be87989c48354c3d8453e /stmhal/modos.c
parent15d2fe8da4d08e92be4a79137343183a089cf6d0 (diff)
downloadmicropython-eb4e18f0578db65573bf6db708f7f001dcb43715.tar.gz
micropython-eb4e18f0578db65573bf6db708f7f001dcb43715.zip
py: Add compiler optimisation for conditions in parenthesis.
Optimises: if () -> if False if (x,...) -> if True if (a and b) -> if a and b
Diffstat (limited to 'stmhal/modos.c')
0 files changed, 0 insertions, 0 deletions