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

Use explicit next pointer in gc_regs_bucket #775

Open
kayceesrk opened this issue Dec 6, 2021 · 0 comments
Open

Use explicit next pointer in gc_regs_bucket #775

kayceesrk opened this issue Dec 6, 2021 · 0 comments
Labels
post 5.00 Items to be worked on after OCaml 5.0 release

Comments

@kayceesrk
Copy link
Contributor

amd64.s:397: it looks like the bottom word of a gc_regs_bucket structure sometimes contains the saved value of rax and sometimes contains a pointer to the previous structure. What about using distinct slots for these two purposes? It's not like the size of the gc_regs_bucket structure matters.

@kayceesrk kayceesrk added the post 5.00 Items to be worked on after OCaml 5.0 release label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
post 5.00 Items to be worked on after OCaml 5.0 release
Projects
None yet
Development

No branches or pull requests

1 participant