DescriptionMake sure string constructors are efficient on literals
Separate out the overload when the length is not known, and be sure that
strlen() call is in the header so that strlen("foo") => 3 (since many
compilers support this optimization).
Also delete some unused types.
BUG=pdfium:151
R=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/2cf0d21788974dd1ea19a68259c4fbccb0e56897
Patch Set 1 #
Total comments: 1
Messages
Total messages: 5 (1 generated)
|