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

Instruction scheduling and reordering #75

Closed
kobalicek opened this issue Feb 15, 2015 · 2 comments
Closed

Instruction scheduling and reordering #75

kobalicek opened this issue Feb 15, 2015 · 2 comments

Comments

@kobalicek
Copy link
Member

Implement X86Scheduler. There is an infrastructure already implemented in x86context for selecting blocks of instructions that can be reordered, but X86Scheduler is just a stub at the moment.

@kobalicek
Copy link
Member Author

In asmjit:next branch this will be possible for X86Builder and X86Compiler as a separate pass implementing CBPass interface.

@kobalicek
Copy link
Member Author

I'm closing this for now as I don't have any plans regarding working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant