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
Post a Comment