Closed
Bug 1961480
Opened 1 year ago
Closed 1 year ago
Testcase converting Day from Instant in Temporal spends a lot of time around MinorGC (N=5000000)
Categories
(Core :: JavaScript: Internationalization API, task, P3)
Core
JavaScript: Internationalization API
Tracking
()
VERIFIED
FIXED
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file)
|
907 bytes,
text/html
|
Details |
Open the testcase
Instant inside the loop
N=5000000
- Firefox: https://share.firefox.dev/3Gc5N3d (10s)
- Chrome: Temporal not supported
Instant outside the loop
N=5000000
- Firefox: https://share.firefox.dev/4jlg8sv (9s)
- Chrome: Temporal not supported
Not the most perf-critical, but maybe something to improve here?
Updated•1 year ago
|
| Reporter | ||
Comment 3•1 year ago
|
||
Latest profile: https://share.firefox.dev/4lBXzBz (1.5s)
Comment 4•1 year ago
|
||
I think the profile is now looking more reasonable. There are some tiny things which maybe could be improved, but I don't think it's currently worthwhile to optimise for this µ-benchmark. I guess we can close this as fixed through the changes from bug 1840424.
| Reporter | ||
Comment 5•1 year ago
|
||
Thanks :anba for fixing this!
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
| Reporter | ||
Updated•1 year ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•