summaryrefslogtreecommitdiffstats
path: root/lld/docs/development.rst
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 /lld/docs/development.rst
parent940e80502e5746e0cc6342990c5d1f2e42cf1612 (diff)
downloadbcm5719-llvm-6ac4ba23fdfc3ea91e21372b73a4f6e2f3410a39.tar.gz
bcm5719-llvm-6ac4ba23fdfc3ea91e21372b73a4f6e2f3410a39.zip
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 'lld/docs/development.rst')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud