638
edits
No edit summary |
|||
| Line 168: | Line 168: | ||
== Tracing == | == Tracing == | ||
Some SpiderMonkey 1.8 JSAPI features, yet to be documented, | Some SpiderMonkey 1.8 JSAPI features, yet to be documented, offer generic object graph walking. See [[mdc:JSAPI Reference#Memory_management]]. | ||
bsmedberg says: most of the spidermonkey tracing APIs were designed for the cycle collector. I would dearly love to flush them down the drain once XPCOMGC lands. | bsmedberg says: most of the spidermonkey tracing APIs were designed for the cycle collector. I would dearly love to flush them down the drain once XPCOMGC lands. | ||
'''Open issue:''' Whether we can discard the SpiderMonkey 1.8 tracing API. | |||
= The Memory API = | = The Memory API = | ||
edits