michielbuddingh + xpcom   1

Using XPCOM in JavaScript without leaking - MDC
" ... Using XPCOM in JavaScript (also known as XPConnect) is an environment where memory management issues are not obvious. There are no calls to malloc and free and no reference counting. Despite this, it's easy to write JavaScript code that leaks. It's easy to write leaky code in any garbage-collected language. But it's even easier in this environment because some of the objects you're dealing with are reference-counted behind the scenes. ... "
javascript  development  XPCOM 
may 2010 by michielbuddingh

Copy this bookmark:



description:


tags: