You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
I noticed that on extremely large files - say, 3000 lines of code inside a
single <code> tag - IE 6 and 7 spend the vast majority of rendering time
replacing <br>s with \r\n after the rest of the markup has occurred. By
choosing the appropriate newline style inside recombineTagsAndDecoration, we
can eliminate the replacement step at the end.
I've attached a patch that implements this. On the aforementioned 3kloc test
file, it reduces IE7 rendering time on my computer from 40s to 10s, with
similar results for IE6.
Original issue reported on code.google.com by jacobly@google.com on 10 Dec 2009 at 7:52
Original issue reported on code.google.com by
jacobly@google.com
on 10 Dec 2009 at 7:52Attachments:
The text was updated successfully, but these errors were encountered: