summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2013-01-21 18:24:49 +0000
committerChris Lattner <sabre@nondot.org>2013-01-21 18:24:49 +0000
commit1aeca1e8069ac5ff6c4e6ba35e7e1550d760461e (patch)
tree1c0e6ceae49cf6c0fd1cbc6c932c3f4f3b1aba3b /clang/lib/Serialization/ModuleManager.cpp
parent3e3194f4ece2261b9b90d967793a1dd19281693e (diff)
downloadbcm5719-llvm-1aeca1e8069ac5ff6c4e6ba35e7e1550d760461e.tar.gz
bcm5719-llvm-1aeca1e8069ac5ff6c4e6ba35e7e1550d760461e.zip
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
BLOB (i.e., large, performance intensive data) in a bitcode file was switched to invoking one virtual method call per byte read. Now we do one virtual call per BLOB. llvm-svn: 173065
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud