todo
diff --git a/src/passes/GlobalTypeOptimization.cpp b/src/passes/GlobalTypeOptimization.cpp
index c2e368b..1e74971 100644
--- a/src/passes/GlobalTypeOptimization.cpp
+++ b/src/passes/GlobalTypeOptimization.cpp
@@ -95,6 +95,8 @@
 
   void noteCopy(HeapType type, Index index, FieldInfo& info) {
     info.noteReadOnlyToWrite();
+    // XXX seems buggy, need more testing as it hangs during instantiate of
+    //     j2wasm
   }
 
   void noteReadOnlyToWrite(Expression* expr,