diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-14 07:59:32 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-14 07:59:32 -0700 |
commit | 9b37c03de9241f5c9d5ba7c035378863e4660bea (patch) | |
tree | 8fac5c52caad18269b11a0a27d1c191d07b8e5ca /linux | |
parent | c7ade29c69e972046cb146e90d4841af270213a0 (diff) | |
download | mu-9b37c03de9241f5c9d5ba7c035378863e4660bea.tar.gz |
.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/306files.subx | 4 |
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 |