Skip to content

Commit 4bc3d18

Browse files
committed
docs(rfc): rename trampoline size section
1 parent d9e100b commit 4bc3d18

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

rfcs/trampoline-exe-for-shims.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@ infer a layout from directory paths.
214214

215215
**Binary size**: 14,336 B on x86_64-pc-windows-msvc and
216216
aarch64-pc-windows-msvc. This size includes the sidecar parser and diagnostics.
217-
The x86_64 `std::process::Command` implementation was 221,696 B. See Future
218-
Optimizations for all measurements. The executable imports only KERNEL32.
217+
The x86_64 `std::process::Command` implementation was 221,696 B. See Size
218+
Measurements and Build Constraints for all measurements. The executable imports
219+
only KERNEL32.
219220

220221
### Environment Variables
221222

@@ -347,7 +348,7 @@ Requires administrator privileges or Developer Mode. Not reliable for all users.
347348

348349
Adds ~100KB to the binary for a single `SetConsoleCtrlHandler` call. Raw FFI declaration is sufficient.
349350

350-
## Future Optimizations
351+
## Size Measurements and Build Constraints
351352

352353
We built each variant below with cargo-xwin. We measured each variant on
353354
x86_64-pc-windows-msvc. The first two rows use the sidecar-aware `std`

0 commit comments

Comments
 (0)