Garbage collection in a C compiled language -


let's have garbage collected language compiled c , through assembly. then, how garbage collection works when compiled down c? become deterministic? or contained in resulting program program runs periodically , collects garbage? easy, if not silly, question wanted clarifications.

even though it's compiling c, such implementations typically link in runtime library original language. library contains garbage collector higher-level language data. , data structures used represent original language's data in c includes additional fields needed garbage collector.

another technique may use conservative garbage collection.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -