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

Allow using libtcc and full binary translation at the same time #181

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

fwsGonzo
Copy link
Owner

@fwsGonzo fwsGonzo commented Jul 2, 2024

With this PR it is now possible to:

  1. Provide full binary translation via embedded code, or...
  2. Load full binary translation from shared object, or...
  3. JIT-compile using libtcc as last resort

This unifies all 3 translation methods, paving the way for all of them to be default-enabled at some point.
It also enables producing full binary translation in the background, although I'm not sure if I would use it.

@fwsGonzo fwsGonzo merged commit cd7d24c into master Jul 2, 2024
22 checks passed
@fwsGonzo fwsGonzo deleted the bintr_unified branch July 2, 2024 21:58
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

Successfully merging this pull request may close these issues.

None yet

1 participant