Skip to content
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

Branch prediction annotations (RFC 30) #1528

Merged
merged 1 commit into from
Jan 25, 2017

Conversation

Praetonus
Copy link
Member

This change adds annotations to control structures allowing programmers to make the optimiser aware of the likelihood of a given condition.

Closes #1500.

This change adds annotations to control structures allowing programmers
to make the optimiser aware of the likelihood of a given condition.

Closes ponylang#1500.
@Praetonus Praetonus added the changelog - added Automatically add "Added" CHANGELOG entry on merge label Jan 24, 2017
@Praetonus
Copy link
Member Author

The TCP throttle test failed on one of the OSX CI builds. I restarted it.

@SeanTAllen
Copy link
Member

Given how often that test fails. I'm not sure of its value.

@jemc
Copy link
Member

jemc commented Jan 25, 2017

Will #1530 give us ability to do any tests that ensure we're appending the appropriate LLVM metadata?

@sylvanc sylvanc merged commit f9c12da into ponylang:master Jan 25, 2017
ponylang-main added a commit that referenced this pull request Jan 25, 2017
@Praetonus Praetonus deleted the rfc30-branch-prediction branch January 25, 2017 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - added Automatically add "Added" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants