You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
This grabs a current snapshot of bindgen from the git repo,
merged with the 0.72.1 release branch so that we don't have lowering of
the release version.
Also includes:
- [PR 3325](rust-lang/rust-bindgen#3325) - optimize bitfield insertion/extraction.
The first dramatically improves the codegen, because it no longer inserts and extracts
bitfields a bit at a type. async_sgu code size dropped
from 89704->88168, a 1.7% reduction just from this. `valid_addr_filtering_wqe`
which reads a couple of bitfields (2 bit and 32 bit) drops from 232 bytes of code
to 124.
Reviewed By: dtolnay
Differential Revision: D88676649
fbshipit-source-id: caea88cd480c83f757fa81bad828601a7d83dc09
0 commit comments