Bug 378255: Information about JS_DumpDebug to replace GC_MARK_DEBUG info.

git-svn-id: svn://10.0.0.236/trunk@225029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
igor%mir2.org 2007-04-25 19:39:15 +00:00
parent 1c43422cb9
commit 1606117a15

View File

@ -184,10 +184,8 @@ To turn on GC instrumentation, define <tt>JS_GCMETER</tt>.</li>
<ul>
<li>
To turn on GC mark-phase debugging, useful to find leaked objects by their
address, and to dump the GC heap, define <tt>GC_MARK_DEBUG</tt>.
See the code in jsgc.c around the declaration and use of
<tt>js_LiveThingToFind</tt>.</li>
To dump JS heap use JS_DumpHeap API, available in DEBUG builds. For an example
how to call it see DumpHeap implementation in js.c.</li>
<li>
To turn on the arena package's instrumentation, define <tt>JS_ARENAMETER</tt>.</li>