-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cross testing against a naïve implementation #1108
Comments
But I was thinking I could also emit assembly from |
It turns out that using
So, @elichai, thank you for promptly removing the GMP dependency, but unfortunately I've reached a dead-end and will not continue using Moving forward, I am now planning on using libecc for cross-testing directly in C. |
Hi. I am an SoB intern working with @real-or-random as my mentor.
After reading #691 and going through the links provided there, I thought I could pick up where #641 left off.
In particular, I am planning to transpile the Rust library to C.
I know of two approaches to transpile Rust to C:
rustc
then use llvm-cbe to generate C.The LLVM approach seems not to work (neither
clang
norgcc
are happy with the generated C). Somrustc
seems to be the way to go.If anybody knows of a third way, I'd be happy to explore it too, just in case
mrustc
fails midwayThe text was updated successfully, but these errors were encountered: