Displaying 1 result from an estimated 1 matches for "e228b1d".
Did you mean:
e224b1c
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...t too.
I didn't read carefully yet (although I noticed two quirks in the first
patch that I've pointed out below) -- I'll have a closer look once
you've decided on a direction.
> diff --git a/lib/Bitcode/Reader/BitcodeReader.cpp b/lib/Bitcode/Reader/BitcodeReader.cpp
> index e228b1d..1322edd 100644
> --- a/lib/Bitcode/Reader/BitcodeReader.cpp
> +++ b/lib/Bitcode/Reader/BitcodeReader.cpp
> @@ -33,6 +32,26 @@ enum {
> SWITCH_INST_MAGIC = 0x4B5 // May 2012 => 1205 => Hex
> };
>
> +BitcodeReader::BitcodeReader(MemoryBuffer * Buffer, LLVMContext &am...