Hacker News new | ask | show | jobs
by ishitatsuyuki 3401 days ago
Not sure how it could deal with GC pause.
1 comments

It does not. new operator internally calls Heap.kmalloc https://github.com/amaneureka/AtomOS/blob/master/src/Kernel/...

To free any object instance I have to call Heap.Free

So random including random c# snippets would probably leak memory? I imagine it would produce an uncanny valley feeling.