From 9b37c03de9241f5c9d5ba7c035378863e4660bea Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 May 2021 07:59:32 -0700 Subject: [PATCH] . --- linux/306files.subx | 4 +--- 1 file changed, 1 insertion(+), 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