aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-02 15:11:57 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-03-02 15:11:57 -0800
commit6f57ea8f0eeb220fc81726b4e3a3c02f4232b667 (patch)
treedbb778245660a36ea0edeeccb32062e3cadcad44
parentf5686694475eaa438cab152dece3aea12ecaf395 (diff)
comment
-rw-r--r--src/analyzer.js2
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;