]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix inadvertent O(N^2) loop within do_paint() which I just
authorSimon Tatham <anakin@pobox.com>
Sun, 12 Mar 2006 14:53:18 +0000 (14:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 12 Mar 2006 14:53:18 +0000 (14:53 +0000)
commit8e368671cc1d8be2f6307f2a387d5976b3da8577
treedfae8b71cc5f231949d2a7dec8b03fff01d3988a
parent7633e06f45872561c4ea9174cb94cceb6a966533
Fix inadvertent O(N^2) loop within do_paint() which I just
discovered when profiling IPBT.

[originally from svn r6602]
terminal.c