Closed
Bug 637894
Opened 15 years ago
Closed 2 years ago
fishie-fast runs much slower under tracing with an odd window size.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jrmuizel, Unassigned)
References
()
Details
Using an odd window size with http://people.mozilla.org/~jmuizelaar/fishie/fishie-fast.html can make the difference between 3fps and 30fps. To reproduce this I need to turn the method jit (bug 637878).
I assume that this has to do with having a division of the width or height producing a double instead of an int.
Comment 1•15 years ago
|
||
data:text/html,<iframe src="http://people.mozilla.org/~jmuizelaar/fishie/fishie-fast.html" width="701" height="700"></iframe>
data:text/html,<iframe src="http://people.mozilla.org/~jmuizelaar/fishie/fishie-fast.html" width="700" height="700"></iframe>
I get about the same behavior with both of those (after turning off methodjit).
Jeff, do you see them running at wildly different speeds?
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 2•2 years ago
|
||
This is working fine now, and as fast as the competition.
https://share.firefox.dev/3vgx0Nk
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•