diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-02 15:11:57 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-02 15:11:57 -0800 |
commit | 6f57ea8f0eeb220fc81726b4e3a3c02f4232b667 (patch) | |
tree | dbb778245660a36ea0edeeccb32062e3cadcad44 | |
parent | f5686694475eaa438cab152dece3aea12ecaf395 (diff) |
comment
-rw-r--r-- | src/analyzer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer.js b/src/analyzer.js index cf339188..8ded86f1 100644 --- a/src/analyzer.js +++ b/src/analyzer.js @@ -1518,7 +1518,7 @@ function analyzer(data, sidePass) { label.allOutLabels = []; }); - // First, find allInLabels + // First, find allInLabels. TODO: use typed arrays here to optimize this for memory and speed var more = true, nextModified, modified = set(getLabelIds(labels)); while (more) { more = false; |