Checking single-char QString operations for efficiency
Needs ReviewPublic

Authored by areis on Mar 4 2017, 2:31 PM.

Details

Reviewers
None
Group Reviewers
Marble

Diff Detail

Repository
R34 Marble
Lint
Lint Skipped
Unit
Unit Tests Skipped
areis updated this revision to Diff 12162.Mar 4 2017, 2:31 PM
areis created this revision.
areis updated this revision to Diff 12164.Mar 4 2017, 2:42 PM

Will this not miss out the needed final \0 char, as it is will be added by the compiler for strings noted in ""?

Looks like a false optimization to me. Was this patch inspired by reports from the krazy tool?

kossebau removed a subscriber: kossebau.