Closed
Bug 1844275
Opened 1 year ago
Closed 1 year ago
Stop converting to double, divide by 10, then converting back to int64_t in PRMJ_Now on Windows
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We had to use double
until bug 1843842 is fixed because PRMJ_USEC_PER_SEC * (QueryPerformanceCounter() / QueryPerformanceFrequency())
math was required. Now it looks redundant to me.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/e0e64437c855
Stop using floating-point types in PRMJ_Now on Windows. r=jandem
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•