Bug 1943901 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here is a testcase that calls filter on an array of size 50000 in a very tight loop.

With default nightly (OMT Baseline compilation disabled), it roughly takes 15-17 seconds. But sometimes it can take only 4-5s, maing it ~5x faster.

https://share.firefox.dev/45nNN07
Here is a testcase that calls filter on an array of size 50000 in a very tight loop.

With OMT Baseline compilation enabled, it roughly takes 15-17 seconds. But sometimes it can take only 4-5s, maing it ~5x faster:  https://share.firefox.dev/45nNN07
With OMT BC disabled, it will always take ~15-17s.

Back to Bug 1943901 Comment 6