diff options
Diffstat (limited to '')
-rw-r--r-- | manual/manual.of | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/manual.of b/manual/manual.of index 9d6a7fd9..9ca28aee 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -3651,8 +3651,10 @@ Moreover, it may have a @Char{B} instead of a @Char{b}, | |||
3651 | meaning a @emphx{fixed buffer} with the binary dump. | 3651 | meaning a @emphx{fixed buffer} with the binary dump. |
3652 | 3652 | ||
3653 | A fixed buffer means that the address returned by the reader function | 3653 | A fixed buffer means that the address returned by the reader function |
3654 | should contain the chunk until everything created by the chunk has | 3654 | will contain the chunk until everything created by the chunk has |
3655 | been collected. | 3655 | been collected; |
3656 | therefore, Lua can avoid copying to internal structures | ||
3657 | some parts of the chunk. | ||
3656 | (In general, a fixed buffer would keep the chunk | 3658 | (In general, a fixed buffer would keep the chunk |
3657 | as its contents until the end of the program, | 3659 | as its contents until the end of the program, |
3658 | for instance with the chunk in ROM.) | 3660 | for instance with the chunk in ROM.) |