|
|
|
|
|
by viraptor
1262 days ago
|
|
Zero stdlib comes with no GC and seems to be viable for bare metal, so pretty much what you're describing. Although you don't need to remove GC for everything. IDisposable already covers explicit destruction and the memory mapping can be handled with native functions where necessary. (I don't know if that's possible in bflat, I'm talking in general - but pinvoke should be enough) |
|