Skip to content
  • Nick Shaforostov's avatar
    optimize string operations · 3a8d7d86
    Nick Shaforostov authored
    -use qstringliteral only when necessary (i.e. not in concat or comparison)
    -use qbytearray instead of qstring when dealing with latin1 input and output (glplatform)
    -use qstringref to extract numbers from strings (glplatform)
    -define qt_use_qstringbuilder to optimize all string concatenations
    -anidata: use ctor init lists, add windowType member initialization
    
    REVIEW: 125933
    3a8d7d86