#osdev

arseniuss@diaspora.laka.lv

I've got an idea.

Implement multiple garbage collection libraries which affect program depending on which one is used.
Library defines warnings, checks etc.

For ex.: c-like malloc will warn that memory should be freed, checks buffer overflows etc. True gc may do other things.

Hmmmm ...

Idea comes from LLVM IR, where you can annotate gc usage.

#osdev #flos #celllang #programming