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

Remove the reliance on x86/x64 #273

Closed
IsaacMarovitz opened this issue Nov 4, 2024 · 2 comments · Fixed by #280 or #281
Closed

Remove the reliance on x86/x64 #273

IsaacMarovitz opened this issue Nov 4, 2024 · 2 comments · Fixed by #280 or #281

Comments

@IsaacMarovitz
Copy link
Member

As far as I can tell, the only reason for enforcing x86-only is the reliance on SACompGC as an external DLL. I would be more than happy to rewrite this in C# which would remove the need to Marshal calls to it and only allow x86.

@PiKeyAr
Copy link
Member

PiKeyAr commented Nov 4, 2024

Sorry, why do you think SA Tools are x86 only? There are x64 binaries available for download, and the SACompGC library comes in x86 and x64 variations... Anyway if you want to rewrite it in C#, here's the source code: https://github.com/X-Hax/SACompGC

@IsaacMarovitz
Copy link
Member Author

Sorry, why do you think SA Tools are x86 only?

I mean x86/x86_64, should've clarified. The reason why I'm interested is together with #274, SA Tools could support my platform (ARM64 macOS)

@IsaacMarovitz IsaacMarovitz changed the title Remove the reliance on x86 Remove the reliance on x86/x64 Nov 4, 2024
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 a pull request may close this issue.

2 participants