You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: