value: Drop distinction between long and short string values.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 21 Jul 2019 02:18:53 +0000 (19:18 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Jul 2019 00:20:52 +0000 (17:20 -0700)
The time has passed when this is a super valuable distinction.  There is
basically no distinction in the language itself anymore, the efficiency
gains sound pretty marginal, and the differences lead to bugs, both
correctness- and memory leak-wise, that are hard to test for (because the
developer must make sure to test both short and long strings everywhere).
This commit changes the code so that both short and long strings are
represented the way that long strings were previously.


No differences found