Mark libserialize functions as inline Got to thinking: "what if that big pile of tiny functions isn't inlining as it should?" So a few `replace-regex` later the local perf run says this: <details>  </details> Not huge, but still a win, which is interesting. Want to verify with the real perf run, but I understand there's a backlog. I didn't notice any increase in compile time or binary sizes for rustc/libs. |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| collection_impls.rs | ||
| hex.rs | ||
| json.rs | ||
| leb128.rs | ||
| lib.rs | ||
| opaque.rs | ||
| serialize.rs | ||