IonMonkey: Prevent double type to flow into loop counters.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: nbp, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 1 obsolete file)
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•13 years ago
|
||
Reporter | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Reporter | ||
Comment 6•13 years ago
|
||
Reporter | ||
Comment 7•13 years ago
|
||
Reporter | ||
Comment 8•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Comment 9•12 years ago
|
||
Reporter | ||
Comment 10•12 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Updated•3 years ago
|
Comment 11•1 year ago
|
||
On a modified testcase with 100x the loop count:
Nightly: https://share.firefox.dev/3XBWnEr (9.5s without the profiler)
Chrome: https://share.firefox.dev/3XD1nc7 (11s with the profiler)
We are faster than the competition here. Should we close this bug?
Comment 12•1 year ago
|
||
Reporter | ||
Comment 13•1 year ago
|
||
Comment on attachment 9423726 [details]
100x_benchmark in comment2.html
This does not match the micro benchmark from comment 0?
Comment 14•1 year ago
•
|
||
(In reply to Nicolas B. Pierron [:nbp] from comment #13)
Comment on attachment 9423726 [details]
100x_test.htmlThis does not match the micro benchmark from comment 0?
It matches the benchmark in comment #2 (" PdfJS octane reduced benchmark. ")
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Results from 100x loopcount of benchmark in comment #0 :
Nightly: https://share.firefox.dev/3XC4Ojf (845ms with the profiler)
Chrome: https://share.firefox.dev/4glN4zI (790ms with the profiler)
Comment 16•1 year ago
|
||
Description
•