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•15 years ago
|
Comment 1•15 years ago
|
||
| Reporter | ||
Comment 2•15 years ago
|
||
Comment 3•15 years ago
|
||
Updated•15 years ago
|
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
Comment 6•15 years ago
|
||
| Reporter | ||
Comment 7•15 years ago
|
||
Comment 8•15 years ago
|
||
| Reporter | ||
Comment 9•15 years ago
|
||
| Reporter | ||
Comment 10•15 years ago
|
||
Comment 11•15 years ago
|
||
Comment 12•15 years ago
|
||
Comment 13•15 years ago
|
||
Comment 14•15 years ago
|
||
| Reporter | ||
Comment 15•15 years ago
|
||
Comment 16•15 years ago
|
||
| Reporter | ||
Comment 17•15 years ago
|
||
Comment 18•15 years ago
|
||
Comment 19•15 years ago
|
||
Comment 20•15 years ago
|
||
Comment 21•14 years ago
|
||
Comment 22•14 years ago
|
||
Comment 23•14 years ago
|
||
Updated•12 years ago
|
Comment 24•12 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Updated•3 years ago
|
Comment 25•1 year 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•1 year 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
•