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: make bitmap scan forward in memory #10595

Closed
rsc opened this issue Apr 28, 2015 · 0 comments
Closed

runtime: make bitmap scan forward in memory #10595

rsc opened this issue Apr 28, 2015 · 0 comments

Comments

@rsc
Copy link
Contributor

rsc commented Apr 28, 2015

It might make sense at some point to make the heap bitmap march forward in memory, parallel to the arena, instead of marching backward in memory like it does now, reversed from the arena.

CL https://go-review.googlesource.com/9404 does this, but it's much slower.

Closing but leaving here so we can find it later.

@rsc rsc self-assigned this Apr 28, 2015
@rsc rsc closed this as completed Apr 28, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc removed their assignment Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants