aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/SmallVectorTest.cpp
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2021-01-22 16:11:47 -0800
committerJason Molenda <jason@molenda.com>2021-01-22 16:14:24 -0800
commitad25bdcb8e4e9459886062d3855a5971af758731 (patch)
treea9527fd71880fe527f6c0379bfda5bc5edab4a9b /llvm/unittests/ADT/SmallVectorTest.cpp
parentca904b81e6488b45cbfe846dc86f1406b8e9c03d (diff)
downloadllvm-ad25bdcb8e4e9459886062d3855a5971af758731.zip
llvm-ad25bdcb8e4e9459886062d3855a5971af758731.tar.gz
llvm-ad25bdcb8e4e9459886062d3855a5971af758731.tar.bz2
Change static buffer to be BSS instead of DATA in HandlePacket_qSpeedTest
Having this 4MB buffer with a compile-time initialized string forced it into the DATA section and it took up 4MB of space in the binary, which accounts for like 80% of debugserver's footprint on disk. Change it to BSS and strcpy in the initial value at runtime instead. <rdar://problem/73503892>
Diffstat (limited to 'llvm/unittests/ADT/SmallVectorTest.cpp')
0 files changed, 0 insertions, 0 deletions