Re: [PATCH] rust: num: reject bool conversion to signed one-bit Bounded
Younes Akhouayri <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
I tested this in a Linux Docker container with Rust 1.85.0 and two CPUs, alternating 50 builds of `rust/kernel.o` for the parent and v1. The difference was 1.16 ms (0.066%), similar to the identical-source control at 0.96 ms. So I could not measure a clear slowdown from the patch. Thanks, Younes