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

Consider using the restrict keyword #58

Open
lovasko opened this issue Jan 14, 2019 · 0 comments
Open

Consider using the restrict keyword #58

lovasko opened this issue Jan 14, 2019 · 0 comments
Assignees
Labels
code Changes made to the code. improvement Fixes, features, corrections, additions. p2 Low priority. ureq Unicast requester. ures Unicast responder.
Milestone

Comments

@lovasko
Copy link
Owner

lovasko commented Jan 14, 2019

  • the proposal is to explore the use of the C99 keyword restrict on pointer variables
  • this could possibly positively significantly impact the speed of the programs
  • the analysis should be performed by comparing the assembly compiler outputs with and without the keyword in action
@lovasko lovasko added improvement Fixes, features, corrections, additions. p2 Low priority. ures Unicast responder. ureq Unicast requester. labels Jan 14, 2019
@lovasko lovasko added this to the 1.0 milestone Jan 14, 2019
@lovasko lovasko self-assigned this Jan 14, 2019
@lovasko lovasko added the code Changes made to the code. label Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Changes made to the code. improvement Fixes, features, corrections, additions. p2 Low priority. ureq Unicast requester. ures Unicast responder.
Projects
None yet
Development

No branches or pull requests

1 participant