
Things JavaScript Developers Should Know, Part 2 - JSJ 485
JavaScript Jabber
00:00
Is There a Memory Leak in Your Jobscript Programming?
Dangling pointers cannot happen, because if something is still referencing some memory that algeriten that i just described, will mark it as being misused and won't release it. Likewise, memory fragmentation won't happen. Because the garbage collector actually compacts the memory that is still in use and adjusts all your valuables to point at the correct location. And you might say that memory leakus are also less likely to happen, because, you know, any memory that's no longer in use will be cleaned up and used.
Play episode from 21:05
Transcript


