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

API REVISED FOR BETTER READ/WRITE PERFORMANCE #9

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

sendyne-nicocvn
Copy link
Contributor

  • For trivial read/write operations (over whole register) simpler implementations are now used to avoid unnecessary load/store instructions.
  • Merge write implementation has been revised to provide better performance when manipulating constant values.
  • is_set and is_clear are now available for all Field-based types.

This closes #8.

* For trivial read/write operations (over whole register) simpler implementations are now used to avoid unnecessary load/store instructions.
* Merge write implementation has been revised to provide better performance when manipulating constant values.
* `is_set` and `is_clear` are now available for all Field-based types.

This closes #8.
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.

Revise access policies implementation for better performance.
1 participant