about summary refs log tree commit diff stats
path: root/036refcount.cc
diff options
context:
space:
mode:
Diffstat (limited to '036refcount.cc')
-rw-r--r--036refcount.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/036refcount.cc b/036refcount.cc
index 929efaf3..ce4ba9ab 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -273,6 +273,9 @@ void compute_container_address_offsets(type_tree* type) {
   }
 }
 
+//: use metadata.address to update refcounts within containers, arrays and
+//: exclusive containers
+
 :(before "End write_memory(x) Special-cases")
 if (is_mu_container(x))
   update_container_refcounts(x, data);