Skip to content
  • Matthias Clasen's avatar
    Optimize gtk_css_node_declaration_has_class · cf0e0875
    Matthias Clasen authored
    This function is getting called a lot. Statistics for the gtk3-demo
    listbox example show most calls with 0-4 classes. Unrolling the cases
    a bit brings the instruction count in callgrind from 93M to 52M.
    cf0e0875