diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 03:30:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 03:30:12 +0200 |
commit | a72d576d6eeed5072edc461f1e98295cce35c53b (patch) | |
tree | 701e02554b3fcb534d34df02d8c57fece75e2d42 /build2 | |
parent | 371f6b4cf661074d928c93ef9656daa6d557fb2c (diff) |
Add quality: Get rid of string pools
Diffstat (limited to 'build2')
-rw-r--r-- | build2/list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build2/list b/build2/list new file mode 100644 index 0000000..fd41f6d --- /dev/null +++ b/build2/list @@ -0,0 +1,3 @@ +- Get rid of string pools [quality parallel] + + They are most likely harmful because of the small object optimizations. |