Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate jemalloc to 4.0.0 and LLVM to 3.7 #28173
Conversation
rust-highfive
assigned
huonw
Sep 2, 2015
This comment has been minimized.
This comment has been minimized.
|
r? @brson |
rust-highfive
assigned
brson
and unassigned
huonw
Sep 2, 2015
This comment has been minimized.
This comment has been minimized.
|
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Sep 3, 2015
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
@bors retry |
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Sep 3, 2015
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
force-pushed the
alexcrichton:llvm-37
branch
from
0e2ebc2
to
5cb6b3e
Sep 8, 2015
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Sep 8, 2015
This comment has been minimized.
This comment has been minimized.
bors
merged commit 5cb6b3e
into
rust-lang:master
Sep 8, 2015
alexcrichton
deleted the
alexcrichton:llvm-37
branch
Sep 8, 2015
This comment has been minimized.
This comment has been minimized.
|
Ah I forgot to update the title, but due to the Windows failures I wanted to land the LLVM update separately from the jemalloc update, so this just landed LLVM 3.7, not jemalloc 4.0.0 |
bors
added a commit
that referenced
this pull request
Sep 9, 2015
bors
added a commit
that referenced
this pull request
Sep 17, 2015
alexcrichton
referenced this pull request
Dec 21, 2015
Closed
Lazy lock may be broken on Windows? #310
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
alexcrichton commentedSep 2, 2015
This updates the jemalloc and LLVM submodules to the recently released 4.0.0 and 3.7 versions. There's no breakage on the LLVM side of things because we had already been tracking the 3.7 release branch for awhile and no breakage was introduced, and jemalloc apparently is stable enough that nothing broke!