GNOME Bugzilla – Bug 642813
[PATCH] Fix small freezes when moving window
Last modified: 2011-04-07 12:52:18 UTC
This is for gnome-2-30. This is happening because we synchronously save a file, with a fsync() call. And that hits us really hard when a window is moved because we do that several times.
Created attachment 181411 [details] [review] Fix small freezes when moving window This is similar to ce9025ff: we only save the window size after a timeout, to stop always saving a file which calls fsync() and is therefore slow.
Created attachment 181412 [details] [review] Fix small freezes when moving window This is similar to ce9025ff: we only save the window size after a timeout, to stop always saving a file which calls fsync() and is therefore slow. We also don't save the size if it hasn't changed.
Fixed in 3.0