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
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Yup! If you download Radamsa then its Makefile includes compilation to C using the OWL Scheme compiler. In GRR, I took that file, then did some evil tricks with macros to stub out stuff, and turn main into a function that can be called by GRR itself. I also had to stub out malloc and stuff in Radamsa so that I could make sure that repeated calls into Radamsa don't leak memory (real Radamsa just exits when it's done, so it doesn't care about freeing memory :-P )
What did you use to migrate Radamsa to C?
The code looks like you used something automatic. Is that correct?
Nice work!
The text was updated successfully, but these errors were encountered: