Skip to content

add support for the cold function attribute #10127

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
Oct 29, 2013
Merged

add support for the cold function attribute #10127

merged 1 commit into from
Oct 29, 2013

Conversation

thestinger
Copy link
Contributor

This allows a function to marked as infrequently called, resulting in
any branch calling it to be considered colder.

This allows a function to marked as infrequently called, resulting in
any branch calling it to be considered colder.
bors added a commit that referenced this pull request Oct 29, 2013
This allows a function to marked as infrequently called, resulting in
any branch calling it to be considered colder.
@bors bors closed this Oct 29, 2013
@bors bors merged commit 541e5f8 into rust-lang:master Oct 29, 2013
@thestinger thestinger deleted the cold branch November 9, 2013 05:42
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