about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--linux/306files.subx4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/306files.subx b/linux/306files.subx
index 028c290a..4759f9de 100644
--- a/linux/306files.subx
+++ b/linux/306files.subx
@@ -1,8 +1,5 @@
 # Methods for constructing buffered-file objects.
 #
-# TODO: There are hard-coded parameters here for buffer sizes. When they
-# overflow, tracking down what's going on can get hairy.
-#
 # HACK: buffered-file stores naked addrs. This is safe because buffered-file
 # objects are opaque. But still sub-optimal; they'll be harder to reclaim when
 # we get around to that.
@@ -132,6 +129,7 @@ $populate-buffered-file-containing:end:
     5d/pop-to-ebp
     c3/return
 
+# TODO: hard-coded parameter
 new-buffered-file:  # out: (addr handle buffered-file)
     # . prologue
     55/push-ebp