Displaying 2 results from an estimated 2 matches for "bytesskipped".
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...it(Skip * 8);
Not quite clear to me that this is the same. Do we have a test of llvm-dis
w/ files that have a bitcode wrapper + misc data surrounding the true
bitcode contents?
The old dropLeadingBytes would track how many bytes were skipped so that
later, reading address N would mean reading N + BytesSkipped. It also
subtracted the skipped bytes from BytesRead, and I haven't looked closely
enough to see if there is similar state being tracked anymore.
@@ -218,18 +214,13 @@ public:
void freeState();
bool canSkipToPos(size_t pos) const {
- // pos can be skipped to if it is a valid address...
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
Hi Rafael,
Would you mind waiting for Derek to come back from vacation to discuss
this? We do use this code and could improve how it's used and tested within
LLVM. Derek is the best person to discuss this, he'll be back in
mid-January.
Thanks,
JF
On Fri, Dec 19, 2014 at 6:41 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
>
> > I CC'ed llvmdev to put a