about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 07:59:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 07:59:32 -0700
commit9b37c03de9241f5c9d5ba7c035378863e4660bea (patch)
tree8fac5c52caad18269b11a0a27d1c191d07b8e5ca /linux
parentc7ade29c69e972046cb146e90d4841af270213a0 (diff)
downloadmu-9b37c03de9241f5c9d5ba7c035378863e4660bea.tar.gz
.
Diffstat (limited to 'linux')
-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