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
libdiffuzz doesn't make much use of the standard library. It can probably be switched to the corresponding libcore primitives and compiled in #![no_std] mode.
Among other things, this will reduce the size of the generated binary and may allow cross-compilation to the more obscure architectures.
The text was updated successfully, but these errors were encountered:
To anyone visiting this issue in the future: my WIP PR did make it support no-std technically, but other limitations cropped up. Those need a solution before this can be closed.
libdiffuzz doesn't make much use of the standard library. It can probably be switched to the corresponding libcore primitives and compiled in #![no_std] mode.
Among other things, this will reduce the size of the generated binary and may allow cross-compilation to the more obscure architectures.
The text was updated successfully, but these errors were encountered: