Skip to content

Commit da8cc13

Browse files
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

Lines changed: 83 additions & 59 deletions

File tree

0 commit comments

Comments
 (0)