diff options
author | alon@honor <none@none> | 2010-10-12 19:23:39 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-12 19:23:39 -0700 |
commit | c26bc164ae97370dfc32feb909649f37a9412164 (patch) | |
tree | 3523153bd022e4a8026f2f475ae210c483dc8787 /src/analyzer.js | |
parent | ce832e42fdf6ae0ebe06ce05a883baa0505c63ff (diff) |
comment
Diffstat (limited to 'src/analyzer.js')
-rw-r--r-- | src/analyzer.js | 4 |
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. |