Search code examples
Can a conforming C# compiler optimize away a local (but unused) variable if it is the only strong re...

c#.netgarbage-collectionweak-referencescompiler-optimization

Read More
Was there a specific reason why garbage collection was not designed for C?...

cgarbage-collection

Read More
Will element not in DOM but with attached handlers be removerd from browser memory using GC?...

javascriptfirefoxbrowsergarbage-collection

Read More
How does Java Garbage Collection work with Circular References?...

javagarbage-collection

Read More
Is it possible for garbage collected languages to have direct memory acccess?...

memory-managementgarbage-collectionmalloc

Read More
Garbage collection and memory management in Erlang...

memory-managementgarbage-collectionerlang

Read More
Does self invoking anonymous function get garbage collected after it run once?...

javascriptgarbage-collectionself-invoking-function

Read More
Value of "Objects (Diff)" column (Diagnostic Tools) is not changed once a new string has b...

c#.netvisual-studiogarbage-collectionmemory-profiling

Read More
Why no Reference Counting + Garbage Collection in C#?...

c#garbage-collectionreference-counting

Read More
what are count0, count1 and count2 values returned by the Python gc.get_count()...

pythongarbage-collectionpython-internals

Read More
GC.GetGeneration() returns always 0 for int variable even after calling GC.Collect() in C#...

c#.netgarbage-collection

Read More
Understanding Cpython garbage collection generations...

python-3.xgarbage-collectioncpythonpython-internals

Read More
cleaning up weak reference caches with finalizers?...

javagarbage-collectionweak-referencesfinalizer

Read More
How to free, or recycle, a string in C#?...

c#stringgarbage-collectionimmutability

Read More
Does addListener in JavaFX get garbage collected when the ChangeListener is typed as a lambda?...

javajavafxmemorygarbage-collectionlistener

Read More
how to understand GC Root by Monitor Used Object?...

javagarbage-collectionjvm

Read More
Garbage Collection in Custom Linked List...

javalinked-listgarbage-collection

Read More
What are GC roots for classes?...

javagarbage-collectionjvm

Read More
Remove event before remove DOM element everytime...

javascriptdomeventsgarbage-collection

Read More
Does Calling GC.Collect() Do Garbage Collection On Only Your Process or All Processes?...

.netmemory-leaksgarbage-collectionout-of-memory

Read More
Xna Xbox framedrops when GC kicks in...

garbage-collectionxnaframe-ratexbox

Read More
Suspected SBCL Garbage Collection Bug for Hash Table...

garbage-collectionlispcommon-lisphashtablesbcl

Read More
Java - CMS vs G1 garbage collector...

javagarbage-collectiong1gcconcurrent-mark-sweep

Read More
Java 11 - G1GC - Need to understand young generation gc logs and their effect on application threads...

javagarbage-collectiong1gc

Read More
Is there any performance difference between declaring a variable and using it directly in method in ...

rubygarbage-collection

Read More
Is the memory of compiled/eval’ed procedures garbage-collected in Chez Scheme?...

garbage-collectionschemechez-scheme

Read More
If you replace functions at runtime, will Clojure/JVM GC old code?...

clojuregarbage-collectionjvm

Read More
Ruby garbage collect...

rubygarbage-collection

Read More
What exactly does the letter "Z" refer to in the name ZGC in JDK11?...

javagarbage-collectionterminologyzgc

Read More
Does unreferenced Scanner object close automatically?...

javagarbage-collectionjava.util.scanner

Read More
BackNext