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

runtime: simplify brk_ usage on plan9 #16839

Open
josharian opened this issue Aug 22, 2016 · 0 comments
Open

runtime: simplify brk_ usage on plan9 #16839

josharian opened this issue Aug 22, 2016 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. OS-Plan9
Milestone

Comments

@josharian
Copy link
Contributor

Brad pointed out in CL 27491 that the addr argument to func brk_ is unused. We should remove it, update the assembly argument size on arm, and simplify the calling code. Leaving for someone with a plan9 installation to do and test.

@josharian josharian added this to the Unplanned milestone Aug 22, 2016
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. OS-Plan9
Projects
None yet
Development

No branches or pull requests

2 participants