diff options
author | Mihai Bazon <mihai@bazon.net> | 2012-09-15 16:06:09 +0300 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2012-09-15 16:10:35 +0300 |
commit | 397bf56d2597d4c2849e380e103b92b87303785f (patch) | |
tree | 0c00ed85b1e7f0a6028ff0bf5962539c7f5e5688 /lib/output.js | |
parent | 4e0262bdfb4097a2d2ff000d38f5c847631f0eb2 (diff) | |
download | tracifyjs-397bf56d2597d4c2849e380e103b92b87303785f.tar.gz tracifyjs-397bf56d2597d4c2849e380e103b92b87303785f.zip |
other small optimization:
if (foo) continue;
...body...
==>
if (!foo) { ...body ... }
Only when the parent block is the target loop of the `continue` statement.
Diffstat (limited to 'lib/output.js')
0 files changed, 0 insertions, 0 deletions