Skip to content

Remove allocation from width of character function. - #48167

Merged
kennytm merged 1 commit into
rust-lang:masterfrom
Mark-Simulacrum:remove-allocation-codemap
Feb 15, 2018
Merged

Remove allocation from width of character function.#48167
kennytm merged 1 commit into
rust-lang:masterfrom
Mark-Simulacrum:remove-allocation-codemap

Conversation

@Mark-Simulacrum

@Mark-SimulacrumMark-Simulacrum commented Feb 12, 2018

Copy link
Copy Markdown
Member

Locally this seems to eliminate the problem or at least resolve most of the
issue.

Fixes#48153.

r? @estebank

@estebank

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Feb 12, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit f237e9e has been approved by estebank

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Feb 12, 2018
@Mark-SimulacrumMark-Simulacrum added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 12, 2018
@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

I've nominated this for beta backport, as it's a small patch that fixes a major regression (40 minute long compile times vs 150 seconds), and if we cut beta before this lands (likely) this is good to get in.

@Mark-SimulacrumMark-Simulacrum added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Feb 13, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Feb 13, 2018
…odemap, r=estebank
Remove allocation from width of character function.
Locally this seems to eliminate the problem or at least resolve most of the
issue.
Fixesrust-lang#48153.
r? @estebank
@kennytmkennytm mentioned this pull request Feb 13, 2018
bors added a commit that referenced this pull request Feb 13, 2018
Rollup of 14 pull requests
- Successful merges: #47784, #47846, #48033, #48083, #48087, #48114, #48126, #48130, #48133, #48151, #48154, #48163, #48165, #48167
- Failed merges:
@kennytmkennytm mentioned this pull request Feb 14, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Feb 14, 2018
…odemap, r=estebank
Remove allocation from width of character function.
Locally this seems to eliminate the problem or at least resolve most of the
issue.
Fixesrust-lang#48153.
r? @estebank
bors added a commit that referenced this pull request Feb 14, 2018
bors added a commit that referenced this pull request Feb 15, 2018
bors added a commit that referenced this pull request Feb 15, 2018
@kennytm
kennytm merged commit f237e9e into rust-lang:masterFeb 15, 2018
@Mark-Simulacrum
Mark-Simulacrum deleted the remove-allocation-codemap branch March 4, 2018 02:10
@Mark-Simulacrum
Mark-Simulacrum restored the remove-allocation-codemap branch March 4, 2018 02:10
@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@rust-lang/release Would anyone be interested in making a beta backport of this? Process is described here: https://forge.rust-lang.org/beta-backporting.html

@XAMPPRocky

Copy link
Copy Markdown
Contributor

@Mark-Simulacrum I'll take this one if it's no problem.

@kennytmkennytm removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Mar 4, 2018
bors added a commit that referenced this pull request Mar 4, 2018
[beta] Remove allocation from width of character function.
Backport of #48167
r? @Mark-Simulacrum
bors added a commit that referenced this pull request Mar 5, 2018
[beta] Remove allocation from width of character function.
Backport of #48167
r? @Mark-Simulacrum
@Mark-Simulacrum
Mark-Simulacrum deleted the remove-allocation-codemap branch June 8, 2019 13:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiler slowdown on lage module in nightly

5 participants

@Mark-Simulacrum@estebank@bors@XAMPPRocky@kennytm