On Monday, 6 January 2014 at 17:52:44 UTC, Sean Kelly wrote:
And you can replace the GC in Druntime with gcstub (backed by malloc) and stub out the thread API if these aren't appropriate for your target. This still means using a custom Druntime, but making the changes should really be pretty straightforward in most case.
A wiki post desribing exactly this would be most helpful.