Well, building a kernel with DRM and removing option MigrationHeuristic gives some impressive results:
GtkEntry - time: 0.26 GtkComboBox - time: 6.69 GtkComboBoxEntry - time: 5.76 GtkSpinButton - time: 0.91 GtkProgressBar - time: 0.38 GtkToggleButton - time: 2.17 GtkCheckButton - time: 1.43 GtkRadioButton - time: 2.52 GtkTextView - Add text - time: 25.27 GtkTextView - Scroll - time: 7.06 GtkDrawingArea - Lines - time: 16.23 GtkDrawingArea - Circles - time: 7.75 GtkDrawingArea - Text - time: 8.15 GtkDrawingArea - Pixbufs - time: 0.89 --- Total time: 85.48 The Render extension is clearly a plus on the Pixbufs bench :-)

