зеркало из https://github.com/mozilla/gecko-dev.git
Remove obnoxious xpcshell gc spew. No bug. rs=bent
This commit is contained in:
Родитель
0fc5d0deac
Коммит
7f6a5f10b9
|
@ -548,14 +548,6 @@ GC(JSContext *cx, uintN argc, jsval *vp)
|
|||
rt = cx->runtime;
|
||||
preBytes = rt->gcBytes;
|
||||
JS_GC(cx);
|
||||
fprintf(gOutFile, "before %lu, after %lu, break %08lx\n",
|
||||
(unsigned long)preBytes, (unsigned long)rt->gcBytes,
|
||||
#if defined(XP_UNIX) && !defined(__SYMBIAN32__)
|
||||
(unsigned long)sbrk(0)
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
);
|
||||
#ifdef JS_GCMETER
|
||||
js_DumpGCStats(rt, stdout);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче