Skip to content

std: Inline DefaultResizePolicy::new #50306

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

Merged
merged 1 commit into from
Apr 29, 2018
Merged

Conversation

alexcrichton
Copy link
Member

This should allow us to tighten up the codegen a bit more, avoiding a
function call across object boundaries in the default optimized case.

This should allow us to tighten up the [codegen][example] a bit more, avoiding a
function call across object boundaries in the default optimized case.

[example]: https://play.rust-lang.org/?gist=c1179088b0f8a4dcd93a9906463f993d&version=stable&mode=release
@rust-highfive
Copy link
Contributor

r? @TimNN

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 28, 2018
@sfackler
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 28, 2018

📌 Commit c1bb1ca has been approved by sfackler

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 28, 2018
@bors
Copy link
Collaborator

bors commented Apr 29, 2018

⌛ Testing commit c1bb1ca with merge 87d3250...

bors added a commit that referenced this pull request Apr 29, 2018
std: Inline `DefaultResizePolicy::new`

This should allow us to tighten up the [codegen][example] a bit more, avoiding a
function call across object boundaries in the default optimized case.

[example]: https://play.rust-lang.org/?gist=c1179088b0f8a4dcd93a9906463f993d&version=stable&mode=release
@bors
Copy link
Collaborator

bors commented Apr 29, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: sfackler
Pushing 87d3250 to master...

@bors bors merged commit c1bb1ca into rust-lang:master Apr 29, 2018
@alexcrichton alexcrichton deleted the inline-policy branch May 10, 2018 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: 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.

5 participants