Skip to content
Commit 1aeca1e8 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 3e3194f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment