File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
216216aarch64-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
348349Adds ~ 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
352353We built each variant below with cargo-xwin. We measured each variant on
353354x86_64-pc-windows-msvc. The first two rows use the sidecar-aware ` std `
You can’t perform that action at this time.
0 commit comments