about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/030container.cc b/030container.cc
index c1b682c6..80d3e259 100644
--- a/030container.cc
+++ b/030container.cc
@@ -165,6 +165,8 @@ if (t.kind == CONTAINER) {
 
 //: precompute Container_metadata before we need size_of
 //: also store a copy in each reagent in each instruction in each recipe
+//: does unnecessary work for meaningless types
+//:   e.g. (address number) also computes size of 'address'
 
 :(after "Begin Instruction Modifying Transforms")  // needs to happen before transform_names, therefore after "End Type Modifying Transforms" below
 Transform.push_back(compute_container_sizes);