Bug 1880974 Comment 1 Edit History

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

Most of the time is in `applyRules` or the self-hosted `next` function called by it.

`applyRules` is an arrow function with some for-of loops so it's possible we're not optimizing one of them as well as we should
Most of the time is in `applyRules` or the self-hosted `next` function called by it.

`applyRules` is an arrow function with some for-of loops so it's possible we're not optimizing one of them as well as we should.

Back to Bug 1880974 Comment 1