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

Support other architectures #10

Open
arames opened this issue Jan 28, 2014 · 0 comments
Open

Support other architectures #10

arames opened this issue Jan 28, 2014 · 0 comments

Comments

@arames
Copy link

arames commented Jan 28, 2014

Rejit currently only supports x86_64.

One option is of course to port to other architectures one by one.

An alternative is to add C++ architecture-independent support (still using rejit's mechanisms like fast-forwarding), where JIT code could be implemented piece by piece to replace performance critical sections. Like the first option this requires a significant effort, but would have the advantage of being functional on all architectures.

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

1 participant