Skip to content

mk: Bundle jemalloc with make dist #14116

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

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

The dist tarball doesn't depend on git, so all git submodules must be included
inside of it.

The dist tarball doesn't depend on git, so all git submodules must be included
inside of it.
@thestinger
Copy link
Contributor

Landing with two somewhat related changes in #14119.

@thestinger thestinger closed this May 11, 2014
@alexcrichton alexcrichton deleted the include-jemalloc branch May 13, 2014 04:42
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
Render discriminant inlay hints for mixed variants if at least one discriminant is specified
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 6, 2025
Turns out I was completely overcomplicating myself,
there was no need for an external tool such as becnhv2
or even the original becnh, we already had the benchmarking
infrastructure right under our noses!

This PR implements a new **lintcheck** option called
--perf, using it as a flag will mean that lintcheck
builds Clippy as a release package and hooks perf to it.

The realization that lintcheck is already 90% of what
a benchmarking tool needs came to me in a dream ☁️

changelog:none
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 3, 2025
In rust-lang#14116 we added a benchmarking option for Lintcheck, this commit adds
a new chapter to the book AND improves that option into a more usable
state.

It's recommended to review one commit at a time.

- **Document how to benchmark with lintcheck --perf**
- **Several improvements on lintcheck perf (desc.)**

    - Now lintcheck perf deletes target directory after benchmarking,
benchmarking with a cache isn't very useful or telling of any
precise outcome.

    - Support for benchmarking several times without having to do
a cargo clean.

    - Compress perf.data

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants