Open
Bug 1917154
Opened 10 months ago
Updated 10 months ago
Profile of a demo shows transition from Baseline to Ion after running 6.5s
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.29 KB,
text/html
|
Details |
Open the attached testcase (this is a slightly modified version of the testcase in bug 1915328)
Profile: https://share.firefox.dev/3TgSjad / https://share.firefox.dev/47fb83e / https://share.firefox.dev/3AMZEYA
in these profiles, all the area under the black marker (memcpy, BoyerMooreHorspool etc.) show as Baseline in the first 4 iterations and Ion after that after 6.5seconds. The total time spent in doing those operations stays the same in all iterations.
it may just be a quirk of the profiler. Feel free to close as INVALID.
Reporter | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•