-
Notifications
You must be signed in to change notification settings - Fork 263
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
i#2283: Adds more scales to Umbra #2309
base: master
Are you sure you want to change the base?
Conversation
Blocked by #2310 |
Added the fixes to this PR after all. |
@derekbruening Not sure if you are aware that this PR is ready for review. No rush though as I am busy with work, so feel free to look at it at your convenience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any more tests or sample tools to add that use these new features?
UMBRA_MAP_SCALE_UP_2X, /** 1 app byte to 2 shadow byte */ | ||
UMBRA_MAP_SCALE_UP_4X, /** | ||
* 1 app byte to 4 shadow bytes. | ||
* Reserve regions not supported (applies only for 64-bit). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the user know what a "Reserve region" is? Not seeing it anywhere...ok it's right above in the new comments. Maybe point there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The doc you mentioned pertains to the same enum def. If I place a doxygen link, it's just going to take the reader to the enum.
Many thanks for the review. I have tested many of the features in my tools' code-bases. However, I'll write some quick sample tools and include them in this PR. |
Adds more scales to Umbra. In particular, the following scales are added:
Adds support for both 32-bit and 64-bit architectures.
Issue: #2283