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

Implement full debug-info support in new x64 backend #2416

Closed
cfallin opened this issue Nov 13, 2020 · 2 comments
Closed

Implement full debug-info support in new x64 backend #2416

cfallin opened this issue Nov 13, 2020 · 2 comments

Comments

@cfallin
Copy link
Member

cfallin commented Nov 13, 2020

We need to add support for generating ValueLabelRanges to the machinst framework and (at least) the x64 backend before we can remove the x86 backend (#1936, #2079).

This requires tracking the correspondence from CLIF Values to VCode Regs (pre- and post-regalloc) and SpillSlots. We will need to either:

  • extend the returned info from regalloc.rs somewhat in order to provde the pre-to-post-regalloc mapping, or
  • stash this pre-to-post-regalloc mapping on our side inside the map_regs() callback, possibly only for Regs that correspond to ValueLabels
@bjorn3
Copy link
Contributor

bjorn3 commented Feb 3, 2021

I think this is done.

@cfallin
Copy link
Member Author

cfallin commented Feb 3, 2021

Indeed, completed recently, forgot to close!

@cfallin cfallin closed this as completed Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants