-
Notifications
You must be signed in to change notification settings - Fork 6
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 "recomp" wrappers for string.h functions #55
Comments
What are you aiming to do exactly? |
I ask because I can understand if it is a matter of can vs should. Using the platform-native counterpart of these functions may be more efficient if the expected output is the same. However, I can understand if this goes against the purpose of using the static recompilation of the original code. |
It is possible to do so, but it can be tricky to implement correctly, mainly because of the endianness differences. So, is it possible? Yeah. |
Okay, I appreciate the response. I was wondering about the viability. |
Would it be possible/reasonable to wrap any functions labeled as those found in the string.h library by loading the registers directly into the native counterpart? example:
The text was updated successfully, but these errors were encountered: