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

math/big: revisit alias checks in divLarge #22928

Closed
griesemer opened this issue Nov 29, 2017 · 3 comments
Closed

math/big: revisit alias checks in divLarge #22928

griesemer opened this issue Nov 29, 2017 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@griesemer
Copy link
Contributor

Reminder issue.

In the discussion of https://go-review.googlesource.com/c/go/+/78995, Brian Kessler suggested several cleanups, specifically the removal of the alias checks from divLarge (which is an internal function with all the callers being in control of the arguments).

@griesemer griesemer added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 29, 2017
@griesemer griesemer added this to the Go1.11 milestone Nov 29, 2017
@ianlancetaylor
Copy link
Contributor

Ping @griesemer : roll forward to 1.12?

@griesemer griesemer modified the milestones: Go1.11, Go1.12 Jun 26, 2018
@gopherbot
Copy link

Change https://golang.org/cl/123196 mentions this issue: math/big: refine alias checks in div and divLarge

@gopherbot
Copy link

Change https://golang.org/cl/130775 mentions this issue: math/big: streamline divLarge initialization

@golang golang locked and limited conversation to collaborators Aug 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants