diff options
author | Pavel Labath <labath@google.com> | 2015-10-20 10:33:17 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-10-20 10:33:17 +0000 |
commit | f29914883de362f0f7c01b83769938bec014bbe1 (patch) | |
tree | 8c80fd2f2ed1509114d89466462e66c820c95a74 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a010cfa59274e6a9dce6ecc810cc10ca1b2b29bf (diff) | |
download | llvm-f29914883de362f0f7c01b83769938bec014bbe1.zip llvm-f29914883de362f0f7c01b83769938bec014bbe1.tar.gz llvm-f29914883de362f0f7c01b83769938bec014bbe1.tar.bz2 |
Increase default memory cache line size for android
Summary:
ADB packets have a maximum size of 4k. This means the size of memory reads does not affect speed
too much (as long as it fits in one packet). Therefore, I am increasing the default memory read
size for android to 2k. This value is used only if the user has not modified the default
memory-cache-line-size setting.
Reviewers: clayborg, tberghammer
Subscribers: tberghammer, danalbert, srhines, lldb-commits
Differential Revision: http://reviews.llvm.org/D13812
llvm-svn: 250814
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions