Open Bug 1734662 Opened 3 years ago Updated 2 years ago

[Speedometer] NtProtectVirtualMemory is expensive in EmberJS-TodoMVC subtest

Categories

(Core :: JavaScript Engine: JIT, defect, P3)

defect

Tracking

()

People

(Reporter: denispal, Unassigned)

References

(Blocks 1 open bug)

Details

mprotect consumes about 24ms in this subtest which seems a bit expensive (5% of the execution).

Profile here: https://share.firefox.dev/3mwvez8

4ms are attributed to Ion, 6ms to Ion CacheIR and 14ms for Baseline.
Maybe we should look at batching the compilations.

Severity: -- → S4
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.