Closed
Bug 1374014
Opened 7 years ago
Closed 7 years ago
Slow regex compilation in the beginning of speedometer run
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1373195
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
This doesn't get a JS pseudostack for some reason.
http://bit.ly/2sKyVHK
Looks like most of the time is spent in GetCaseIndependentLetters().
Note that I'm not certain if this time falls inside the span of the time that the test suite measures directly.
Comment 1•7 years ago
|
||
See bug 1373195.
This shows up as particularly bad with Callgrind, so it's interesting you saw it in a "real" profile. I wasn't sure if Callgrind made it seem worse than it actually is.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•