Skip to content

Various paint node cleanups

Christian Hergert requested to merge wip/chergert/paint-node-cleanup into master
  • Fix miss-alignment from pahole on ClutterPaintNode for 8 byte savings per paint node
  • Use static strings for debug names on ClutterPaintNode instead of g_strdup()/g_free() for a savings on allocations which never get used. Roughly .5 MiB / minute for my workload disappear.

Merge request reports