HTML5 Sudoku slower than Opera and Chrome
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: perf, Whiteboard: [jsperf] ietestdrive)
Attachments
(3 files)
Reporter | ||
Updated•14 years ago
|
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Updated•14 years ago
|
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
Reporter | ||
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Reporter | ||
Comment 9•14 years ago
|
||
Reporter | ||
Comment 10•14 years ago
|
||
Comment 11•14 years ago
|
||
Comment 12•14 years ago
|
||
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
Reporter | ||
Comment 15•14 years ago
|
||
Comment 16•14 years ago
|
||
Reporter | ||
Comment 17•14 years ago
|
||
Comment 18•14 years ago
|
||
Comment 19•14 years ago
|
||
Comment 20•14 years ago
|
||
Comment 21•13 years ago
|
||
Comment 22•13 years ago
|
||
Comment 23•13 years ago
|
||
Updated•11 years ago
|
Comment 24•11 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Updated•2 years ago
|
Comment 25•4 months ago
|
||
"Minimal array testcase"
Nightly: 35ms
Chrome: 18ms
"Minimal array testcase" 100x loopcount
Nightly: 3300ms (https://share.firefox.dev/3AmOxWg)
Chrome: 1700ms
We are ~2x slow here.
Is this something to be looked into further?
Comment 26•3 months ago
|
||
The fact that this testcase doesn't actually do anything with the result of loading is kind of weird. A really smart compiler could optimize this whole thing away.
This all looks vaguely similar to other array-related things I've looked at lately: we're spending time on bounds checks and unboxing, with no obviously bad code, and so is V8. Somewhere in all that, V8 is ending up a bit faster. There are enough similar-but-more-relevant benchmarks out there with the same problem to make me think that looking at this one specifically isn't a high priority.
Description
•