aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyzer.js')
-rw-r--r--src/analyzer.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/analyzer.js b/src/analyzer.js
index 40628754..c991aca4 100644
--- a/src/analyzer.js
+++ b/src/analyzer.js
@@ -686,6 +686,10 @@ function analyzer(data) {
},
});
+ // TODO: LoopOptimizer. The Relooper generates native loop structures, that are
+ // logically correct. The LoopOptimizer works on that, doing further optimizations
+ // like switching to BNOPP when possible, etc.
+
// Optimizer
// XXX: load, store and gep now have pointer/value/data from which we copy the ident into a toplevel ident.
// However, we later read the non-toplevel ident in some cases, so optimizer changes can lead to bugs.