-
Notifications
You must be signed in to change notification settings - Fork 2
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
A question about page size relocation #21
Comments
Six of one, half a dozen of another. Both approaches should enable const-folding/-propagation and avoids accessing memory, which tends to inhibit compiler optimization. |
if there is little differences, i guess it's simpler to use a global instead. |
I would say "simpler" is a matter of opinion. I personally find an Happy to accept a PR to the overview clarifying that either an |
This was addressed in #22. |
the overview states it's ideal to use a relocation for page size.
why do you prefer a relocation over eg. an immutable global?
The text was updated successfully, but these errors were encountered: