mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
Reduce HOTLOOP threshold to 2.
This commit is contained in:
parent
86108222f1
commit
fa30479a65
@ -1104,7 +1104,7 @@ js_IsLoopExit(JSContext* cx, JSScript* script, jsbytecode* pc)
|
||||
return false;
|
||||
}
|
||||
|
||||
#define HOTLOOP 10
|
||||
#define HOTLOOP 2
|
||||
#define HOTEXIT 0
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user