Reduce HOTLOOP threshold to 2.

This commit is contained in:
Andreas Gal 2008-07-22 18:31:44 -07:00
parent 86108222f1
commit fa30479a65

View File

@ -1104,7 +1104,7 @@ js_IsLoopExit(JSContext* cx, JSScript* script, jsbytecode* pc)
return false;
}
#define HOTLOOP 10
#define HOTLOOP 2
#define HOTEXIT 0
bool