It seems to be mostly from the code we have for moving constants, this can be O(n^2) for large blocks. I think we can rewrite this to be linear.
Bug 1747265 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
It seems to be mostly from the code we have for moving constants, this can be O(n^2) and this is very slow for large blocks. I think we can rewrite this to be linear.