-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: inline packages for decoding v7 and v8 profdata files #230
Conversation
Signed-off-by: Weihang Lo <[email protected]>
Signed-off-by: Weihang Lo <[email protected]>
…@9.2.0 Signed-off-by: Weihang Lo <[email protected]>
Signed-off-by: Weihang Lo <[email protected]>
Signed-off-by: Weihang Lo <[email protected]>
Signed-off-by: Weihang Lo <[email protected]>
Signed-off-by: Weihang Lo <[email protected]>
Signed-off-by: Weihang Lo <[email protected]>
@michaelwoerister this is ready for review, though I am not sure if this is better than releasing old versions to crates.io 😅. |
Yes indeed. Looking at the size of the diff, I'm not so sure anymore either. I had overlooked that we also need to make a copy of the whole StringTable code. Frankly, I'd prefer if we kept things as they are and just released the old versions to crates.io. Backporting the license file changes is a one-time effort. |
Close as this is way more a headache than depending on old versions, and this approach is favored: #229 (comment) |
This is another step toward making rustc-perf self-contained.
See:
This is basically a slim version of vendoring older versions of those packages.
This is done by first vendoring, and then incrementally remove unused code.
Code is not shared between each version.