Commit 3e7b936
third-party/rust: update bindgen 0.72.1 from git
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: caea88cd480c83f757fa81bad828601a7d83dc091 parent 1271b0c commit 3e7b936
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments