author | Alan Dipert
<alan@dipert.org> 2020-04-11 07:27:53 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-04-11 07:27:53 UTC |
parent | 1acfe6e65abb7b00f0b48b6e3b3b6dd347260ac6 |
jacl.js | +2 | -0 |
diff --git a/jacl.js b/jacl.js index 1f12ed2..75b705e 100644 --- a/jacl.js +++ b/jacl.js @@ -1594,6 +1594,8 @@ const optimizeTagbody = node => { const optimize = node => { optimizeTagbody(node); + // TODO Consider optimize TAGBODYs for size consisting only of local + // GOs return node; };