sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Change the `checked_cast` macro to not execute the loads. #73

Closed sunfishcode closed 9 months ago

sunfishcode commented 9 months ago

This macro works by using transmute to test for sizes at compile time, so it doesn't need to run the code.