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
Nightly rust is very unstable. The LLVM 6 update broke linking, right now it won't even compile.
I have a file with all the asm stubs & a C header, but we'd still need rust definitions which are slightly different than the current intrinsics.
We'd have to roll our own heap implementation & interface, and that may not work so well. However, we don't use a heap now, so maybe we just won't have one at all.
The text was updated successfully, but these errors were encountered:
It looks like the lang items one might actually be stable.
I could get rid of the inline asm, but getting rid of the abi_eflabi unstable feature would be harder.
Nightly rust is very unstable. The LLVM 6 update broke linking, right now it won't even compile.
I have a file with all the asm stubs & a C header, but we'd still need rust definitions which are slightly different than the current intrinsics.
We'd have to roll our own heap implementation & interface, and that may not work so well. However, we don't use a heap now, so maybe we just won't have one at all.
The text was updated successfully, but these errors were encountered: