-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Missing sentence from documentation and language definition #113
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
Labels
Comments
Owner changed to [email protected]. |
This issue was closed by revision ff6a8fd. Status changed to Fixed. Merged into issue #-. |
minux
added a commit
to minux/goios
that referenced
this issue
Feb 27, 2015
minux
added a commit
to minux/goios
that referenced
this issue
Feb 27, 2015
Update golang#113. Conflicts: src/rt/asm_arm64.s
minux
added a commit
to minux/goios
that referenced
this issue
Feb 27, 2015
Fixes some real bugs: 1. runtime.memeq and runtime.memclr both have off-by-one bug which skips the first byte, 2. reflect.callNN saved argument to wrong stack slot for ·callwritebarrier, There might be other instances of this bug because we translated Power64's R1 to SP, but that's actually not entirely correct (should use RSP). 3. mem{hash,equal}_varlen used the wrong closure environment register, and they also have bug in 2. 3. some functions used wrong date size/signedness for MOV. Update golang#113.
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by michael.jones:
The text was updated successfully, but these errors were encountered: