diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2025-07-08 16:33:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-08 16:33:02 +0200 |
commit | 0070322ef2275aaf822459119cf7b9c8b4e88364 (patch) | |
tree | bfaf86be98364c41732dd598d57f892c6e885a3c /docs/code/tcp-echo-server/git@kaiwu.me:public/libuv | |
parent | b36dc711e69193db0204f254461f139dd82e096c (diff) | |
download | libuv-0070322ef2275aaf822459119cf7b9c8b4e88364.tar.gz libuv-0070322ef2275aaf822459119cf7b9c8b4e88364.zip |
win: move uv__insert_pending_req to core.c (#4828)
Large-ish functions with many call sites in different translation units
should not be `static inline`, that just results in lots of code
duplication which the linker may or may not deduplicate. When it does,
the linker has to do extra work; when it doesn't, binaries get bigger.
Refs: https://github.com/libuv/libuv/issues/4819
Diffstat (limited to 'docs/code/tcp-echo-server/git@kaiwu.me:public/libuv')
0 files changed, 0 insertions, 0 deletions