зеркало из https://github.com/mozilla/gecko-dev.git
LirNameMap gets large over time and searching it with binary search is slow (475127, r=shaver).
This commit is contained in:
Родитель
b5d16a1ca8
Коммит
4f030887d9
|
@ -1239,8 +1239,9 @@ void TraceRecorder::removeFragmentoReferences()
|
|||
inline LIns*
|
||||
TraceRecorder::addName(LIns* ins, const char* name)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
lirbuf->names->addName(ins, name);
|
||||
#ifdef JS_JIT_SPEW
|
||||
if (js_verboseDebug)
|
||||
lirbuf->names->addName(ins, name);
|
||||
#endif
|
||||
return ins;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче