aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-05-10 22:17:10 +0000
committerJordan Rose <jordan_rose@apple.com>2013-05-10 22:17:10 +0000
commit6ac4ba23fdfc3ea91e21372b73a4f6e2f3410a39 (patch)
tree45f58c3b18a82139e288e558aef0469e730971dc /lldb/source/Commands/CommandObjectProcess.cpp
parent940e80502e5746e0cc6342990c5d1f2e42cf1612 (diff)
downloadllvm-6ac4ba23fdfc3ea91e21372b73a4f6e2f3410a39.zip
llvm-6ac4ba23fdfc3ea91e21372b73a4f6e2f3410a39.tar.gz
llvm-6ac4ba23fdfc3ea91e21372b73a4f6e2f3410a39.tar.bz2
Micro-optimization: don't shift an entire bitcode record over to get the code.
Previously, BitstreamCursor read an abbreviated record by splatting the whole thing into a data vector, then extracting and removing the /first/ element. Now, it reads the first element--the record code--separately from the actual field values. No (intended) functionality change. llvm-svn: 181639
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions