Commit da8cc13
committed
go extractor: avoid long string concatenations
When we see "a" + "b" + "c" + "d", do not add a
row to the constvalues table for the intermiediate
strings "ab" and "abc". We still have entries for
the string literals ("a", "b", "c", and "d") and
the whole string concatenation ("abcd").1 parent 820c145 commit da8cc13
1 file changed
+83
-59
lines changed
0 commit comments