Displaying 1 result from an estimated 1 matches for "lazystreamer".
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...> best of my knowledge it is only real user is PNaCl.
>
> It also has a disproportional code complexity. There are two virtual
> interfaces (DataStreamer and MemoryObject) and they are leaky: Not all
> bitcode features are supported when streaming and there are a few "if
> (LazyStreamer)" int the reader.
>
> I have attached two patches that solve the problem with different trade-offs.
>
> One just deletes the feature. This would make PNaCl responsible for
> maintaining their own reader. I assume they will have to do it at some
> point since they are looked...