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

Add section on preventing widening integer indices #2

Open
gmarkall opened this issue Apr 21, 2021 · 0 comments
Open

Add section on preventing widening integer indices #2

gmarkall opened this issue Apr 21, 2021 · 0 comments

Comments

@gmarkall
Copy link
Member

The section on the widening on integer indices produced in a loop over a range seems to accidentally be missing - it should be just before the "Limiting register usage" section in session 2.

This section should explain the use of a while loop and explicit incrementing to generate indices that remain as int32 instead of being prone to widening to 64 bits as is the case with range.

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

No branches or pull requests

1 participant