Closed
Bug 673178
Opened 13 years ago
Closed 13 years ago
TI: Major sunspider regression on July 15
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Unassigned)
References
()
Details
(Keywords: regression)
Something made the Sunspider time for JM+TI on awfy go from ~300ms to ~350ms. Expected?
Comment 1•13 years ago
|
||
It might be related to the diagnostic patch from Bill that adds a memset in the object-finalization path. -#ifdef DEBUG memset(t, JS_FREE_PATTERN, sizeof(T)); -#endif
Comment 2•13 years ago
|
||
This regression came in on a merge from m-c (it would be on TM too, but TM hasn't pulled from m-c for a couple weeks). It is fixed by bug 672283, I just haven't pulled that fix to JM yet (should be able to do this later today).
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•