Tcl Source Code

Check-in [a62764efd4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove some unnecessary buffer reference counting in Write(). The reference counting in FlushChannel() has got it covered.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: a62764efd4fcdad3d255ff42b06ab8d30288975556b17fd6b9891a67a0f12eb4
User & Date: pooryorick 2022-04-20 08:49:56.243
References
2022-04-20
12:10 • Ticket [a12ad5c4bd] buffer allocation on every call to Write in tclIO.c stat... artifact: 58bbeecb6b user: pooryorick
Context
2022-04-20
10:02
Merge 8.6 check-in: c698281105 user: jan.nijtmans tags: core-8-branch
08:49
Remove some unnecessary buffer reference counting in Write(). The reference counting in FlushChanne... check-in: a62764efd4 user: pooryorick tags: core-8-branch
2022-04-16
19:03
Fix [0061c7a476]: signed integer overflow in ZipReadInt() check-in: 22b545403f user: jan.nijtmans tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclIO.c.