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

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -