git » jacl.git » commit e7b5725

tagbody todo

author Alan Dipert
2020-04-11 07:27:53 UTC
committer Alan Dipert
2020-04-11 07:27:53 UTC
parent 1acfe6e65abb7b00f0b48b6e3b3b6dd347260ac6

tagbody todo

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;
 };