GNOME Bugzilla – Bug 650420
all: avoid boxed structs copying where possible
Last modified: 2011-05-18 14:27:56 UTC
We should use the GtkStyleContext accessors where possible, to avoid useless copies of those boxed structs.
Created attachment 187980 [details] [review] all: avoid boxed structs copying where possible Use the GtkStyleContext accessors for boxed properties where possible, to reduce allocations.
Review of attachment 187980 [details] [review]: No objections, looks better too.
Thanks, pushed to master. Attachment 187980 [details] pushed as c8a59a6 - all: avoid boxed structs copying where possible